[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Icon=AccessModifier Info=Declares the custom class. [Property] Using=Sets the list of the namespaces. ARG(string[])|5| Namespace=Sets the namespace of the class. ARG(string)|2| +ClassName=Sets the name of the class. ARG(string)|2| AccessModifier=Indicates the visibility level of the class. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the class. ARG(bitwise)|21|0|Abstract,Partial,Sealed,Static,Virtual Base=Sets the base class. ARG(BaseClass)|20|(empty)|BaseClass Interfaces=Sets the list of inherited interfaces. ARG(string[])|5| Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| [Methods] doConstructor=Makes the instance of the user class. ARG()|1|0 onConstructor=Makes the body of the constructor. ARG(null)|2|0 .this=Return the current instance inside a class. ARG(this)|3|0 UserClass=Return the current instance outside a class. ARG(this)|3|0 ClassName=Return the name of the class. ARG(string)|3|2 Constructor=Return the constructor of the user class. ARG(T)|3|0