[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,Params|i, Interfaces=UserIndexer Icon=AccessModifier Info=Declares the indexer of the user class. [Property] Name=Sets the name of the indexer as a manager. ARG(string)|2| AccessModifier=Indicates the visibility level of the indexer. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the indexer. ARG(bitwise)|21|0|Extern,Readonly,Sealed,Static,Virtual,Volatile Type=Sets the type name of the indexer. ARG(string)|2| Params=Sets the number of the parameters. ARG(int)|1|0 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] doReturn=Returns the result of the get accessor inside a class. ARG(T data)|1|0 onSet=Makes the body of the set accessor and returns the value being assigned by the set accessor inside a class. ARG(T)|2|0 onGet=Makes the body of the get accessor inside a class. ARG(null)|2|0