Version: 4.0.2
1.4 Field
Type Id ;
Creates a field, bound to Id, that can be used within the current class, or on instances of the current class using an expression. This field will have the declared type and must be initialized to its value using an Init in the constructor.
Type Id = Expression ;
Creates a field, bound to Id, that can be used within the current class, or on instances of the current class using an expression. This field will have the declared type and the value of the evaluated Expression. Expression may not refer to other fields in the current class.