Version: 4.1

4.6 Field

All fields with static preceeding their declaration are tied to the class and not tied to an instance of the class. They can be accessed and initialized using the standard techniques for non-static fields. They may also be accessed with the class name preceeding the field name: Id.Id. An initializing expression cannot use the this expression.