[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Icon=AccessModifier Info=Declares and accesses the class field. [Property] Name=Set the name of the field. ARG(string)|2| AccessModifier=Indicates the visibility level of the field. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the field. ARG(bitwise)|21|0|Readonly,Static,Virtual,Volatile Type=Sets the type name of the field. ARG(string)|2| Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| Default=Sets the default value. ARG(T)|2| Namespace=Sets the static namespace. ARG()|20|(empty)|UserClassMember [Methods] doSet=Sets the field inside a class. ARG(T value)|1|0 doField=Sets the field outside a class. ARG(T value)|1|0 Get=Gets the field inside a class. ARG(T)|3|0 Field=Gets the field outside a class. ARG(T)|3|0 Value=Defines the value to set on the field. ARG(T)|4|0 Default=Defines the default value to set on the field. ARG(T)|4|0