[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,Params|p, Interfaces=UserMethod,UserClassMember Icon=AccessModifier Info=Declares and implements the method of the class. [Property] Name=Sets the name of the method as a manager. ARG(string)|2| 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 return result. ARG(string)|2| Params=Sets the number of the parameters. ARG(int)|1|0 Types=Sets the list of the types. ARG(string[])|5| 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 onBody=Makes the body of the method. ARG(null)|2|0