| All Members of class ReadOnlyCollection |
class ReadOnlyCollection | Constructors | Methods | Properties
Public Members
Gets the number of elements contained in the System.Collections.ICollection.
public int Count { get; }
Returns an enumerator that iterates through a collection.
public IEnumerator GetEnumerator ( )
Protected Members
protected void Clear ( )
protected ArrayList InnerList { get; }
protected ReadOnlyCollection ( )
protected ReadOnlyCollection ( int capacity )
protected void RemoveAt ( int index )