[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,Params|p, Interfaces=Method Icon=AccessModifier Info=Declares the method of the class. [Property] Name=Sets the name of the method as a manager. ARG(string)|2| UseName=Sets a value indicating to use the name of element as the name of method. ARG(bool)|14|1|true,false AccessModifier=Indicates the visibility level of the method. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the method. ARG(bitwise)|21|0|Extern,Readonly,Sealed,Static,Virtual,Volatile Type=Sets the type name of the method. ARG(string)|2| Params=Sets the number of the parameters. ARG(int)|1|0 Types=Sets the list of types. ARG(string[])|5| Hidden=Sets a value indicating to hide a method. ARG(bool)|14|0|True,False Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| [Methods] doReturn=Returns the result. ARG(T data)|1|0 onMethod=Makes the body of the method. ARG(null)|2|0