SyntaxFix
Write A Post
Hire A Developer
Questions
With the release of C# 6, you can now do something like this for private properties.
public constructor() { myProp = "some value"; } public string myProp { get; }