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";