SpiceQA
Questions Tags Users Badges

Honestly, what's the difference between public variable and public property accessor?

user_419730 0
Created Jun 30, 2011 Edited Jun 30, 2011
Viewed 6338

Possible Duplicates:
What is the difference between a field and a property in C#
Should I use public properties and private fields or public fields for data?

What is the difference between:

public string varA;

and

public string varA { get; set; }
field properties c#
Share
3 Answers
Related
Terms of service Privacy policy
Powered by Answer