[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Field Icon=AccessModifier Info=Declares the field of the class. [Property] Name=Set the name of the field as a manager. 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| [Methods] doField=Sets the field. ARG(T value)|1|0 Field=Gets the field. ARG(T)|3|0 Value=Defines the value to set on the field. ARG(T)|4|0