[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,,Indexes|i Info=Makes the access indexer. [Property] Indexer=Sets the indexer of the class to access. ARG(Indexer)|20|(empty)|UserIndexer Indexes=Sets the number of the indexes. ARG(int)|1|0 Namespace=Sets the static namespace. ARG()|20|(empty)|UserClassMember [Methods] doGetIndexer=Gets the indexer inside a class. ARG(i1..iN)|1|0 doSetIndexer=Sets the indexer inside a class. ARG(T value, i1..iN)|1|0 doReadIndexer=Reads the indexer outside a class. ARG(i1..iN)|1|0 doWriteIndexer=Writes the indexer outside a class. ARG(T value, i1..iN)|1|0 onGetValue=Occurs after invoke method doGetIndexer and return the value inside a class. ARG(T)|2|0 onReadValue=Occurs after invoke method doGetIndexer and return the value outside a class. ARG(T)|2|0