Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Access Modifiers
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Person { private string name; public string Name { get { return this.name; } set { this.name = value; } } public void DisplayName() { Console.WriteLine("{0}", name); } } public class Program { public static void Main(string[] args) { Person person = new Person(); person.Name = "Brian"; person.DisplayName(); } } }
run
|
edit
|
history
|
help
0
*271*271#
encryption
Exemplu OOP inventar
sdgsdhsdhs
1
timeleft
11.10
database interior 0.2
MonitorPulse.cs
Remove duplicates in a linked list