[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=ICollectionInherit,IEnumerableInherit Info=Represents a non-generic collection of objects that can be individually accessed by index. Tab=Interfaces [Property] [Methods] doAdd=Adds an item to the IList. ARG(Object value)|1|0 *doClear=Removes all items from the IList. ARG()|1|0 *doContains=Determines whether the IList contains a specific value. ARG(Object value)|1|0 *doIndexOf=Determines the index of a specific item in the IList. ARG(Object value)|1|0 *doInsert=Inserts an item to the IList at the specified index. ARG(int index, Object value)|1|0 *doItem=Sets the element at the specified index. ARG(int index, Object value)|1|0 *doRemove=Removes the first occurrence of a specific object from the IList. ARG(Object value)|1|0 *doRemoveAt=Removes the IList item at the specified index. ARG(int index)|1|0 onAdd=Occurs after invoke the method doAdd and returns the result. ARG(int)|2|1 *onContains=Occurs after invoke the method doContains and returns the result. ARG(bool)|2|104 *onIndexOf=Occurs after invoke the method doIndexOf and returns the result. ARG(int)|2|1 *IsFixedSize=Returns a value indicating whether the IList has a fixed size. ARG(bool)|3|104 *IsReadOnly=Returns a value indicating whether the IList is read-only. ARG(bool)|3|104 *Item=Returns the element at the specified index. ARG(Object)|3|0 *index=The zero-based index at the collection. ARG(int)|4|1 *value=The object to operate with the collection. ARG(Object)|4|0 Interface=Represents a non-generic collection of objects that can be individually accessed by index. ARG(interface)|4|0