Programming terms - field, member, properties (C#)
- by Petr
Hi,
I was trying to find meaning of this terms but especially due to language barrier I was not able to understand what they are used for.
I assume that "field" is variable (object too?) in the class while "property" is just an object that returns specific value and cannot contain methods etc. By "member" I understand any object that is declared on the class level. But these are just my assumptions based on commented code samples where some careful programmers used "property region" etc.
I would really appreciate if someone could explain it to me.