C# 6.0 C# with Example



C# 6.0 C# with Example

Create a property with getter and/or setter and initialize all in one line: 
public string Foobar { get; set; } = "xyz"; 

0 Comment's

Comment Form

Submit Comment