Programming terms - field, member, properties (C#)

Posted by Petr on Stack Overflow See other posts from Stack Overflow or by Petr
Published on 2010-04-27T09:46:49Z Indexed on 2010/04/27 10:03 UTC
Read the original article Hit count: 167

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about programming

Related posts about syntax