61 void ICollection.CopyTo(Array array,
int index)
object SyncRoot
Gets an object that can be used to synchronize access to the T:System.Collections....
virtual int Count
Gets the number of elements actually contained in the T:System.Collections.ArrayList.
Provides the abstract base class for a strongly typed non-generic read-only collection.
virtual IEnumerator GetEnumerator()
Returns an enumerator that iterates through the T:System.Collections.ReadOnlyCollectionBase instance.
virtual bool IsSynchronized
Gets a value indicating whether access to the T:System.Collections.ArrayList is synchronized (thread ...
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
virtual int Count
Gets the number of elements contained in the T:System.Collections.ReadOnlyCollectionBase instance.
bool IsSynchronized
Gets a value indicating whether access to the T:System.Collections.ICollection is synchronized (threa...
virtual void CopyTo(Array array)
Copies the entire T:System.Collections.ArrayList to a compatible one-dimensional T:System....
virtual object SyncRoot
Gets an object that can be used to synchronize access to the T:System.Collections....
Specifies that the class can be serialized.
virtual IEnumerator GetEnumerator()
Returns an enumerator for the entire T:System.Collections.ArrayList.
Defines size, enumerators, and synchronization methods for all nongeneric collections.
Supports a simple iteration over a non-generic collection.
ArrayList InnerList
Gets the list of elements contained in the T:System.Collections.ReadOnlyCollectionBase instance.
Implements the T:System.Collections.IList interface using an array whose size is dynamically increase...