votes
Class Properties Get/Set and private values.
Here's a quick and hopefully simple question for a more experienced developer. What's the difference between these two pieces of a class? Option 1 [code] private string _myVariable; public string MyVariable { get { return _myVar ...
