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
Reverse String
Việc Làm
Get Combined Placeholder Settings and New Content Length
DN2
borrar_xml_tags_vacios
ok
(Sort)Rounding Magic - C#
simult Q3 with latex code + Quad factorization
[REDACTED] database V0.1
Overriding call parent & child class