[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=IEnumerableInherit Info=Defines size, enumerators, and synchronization methods for all nongeneric collections. Tab=Interfaces [Property] [Methods] *doCopyTo=Copies the elements of the ICollection to an Array, starting at a particular Array index. ARG(Array array, int index)|1|0 *Count=Returns the number of elements contained in the ICollection. ARG(int)|3|1 *IsSynchronized=Returns a value indicating whether access to the ICollection is synchronized . ARG(bool)|3|104 *SyncRoot=Returns an object that can be used to synchronize access to the ICollection. ARG(Object)|3|0 *array=The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing. ARG(Array)|4|0 *index=The zero-based index in array at which copying begins. ARG(int)|4|1 Interface=Defines size, enumerators, and synchronization methods for all nongeneric collections. ARG(interface)|4|0