[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,Params|v,Params|a Icon=AccessModifier Info=Declares the constructor of the class. [Property] AccessModifier=Indicates the visibility level of the property. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the method. ARG(bitwise)|21|0|Static,Virtual,Volatile Params=Sets the number of the parameters. ARG(int)|1|1 Types=Sets the list of types. 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(T a1, ..., T aN)|1|0 onBody=Makes the body of the constructor. ARG(null)|2|0