Public Properties (see also Protected Properties)

  Name Description
public property Count  (Inherited from ReadOnlyCollection)
public property Item  (Inherited from ReadOnlyCollection)

Protected Properties

  Name Description
protected property Items  (Inherited from ReadOnlyCollection)

Explicit Interface Implementations

  Name Description
System.Collections.Generic.ICollection.IsReadOnly  (Inherited from ReadOnlyCollection)
System.Collections.Generic.IList.Item  (Inherited from ReadOnlyCollection)
System.Collections.ICollection.IsSynchronized  (Inherited from ReadOnlyCollection)
System.Collections.ICollection.SyncRoot  (Inherited from ReadOnlyCollection)
System.Collections.IList.IsFixedSize  (Inherited from ReadOnlyCollection)
System.Collections.IList.IsReadOnly  (Inherited from ReadOnlyCollection)
System.Collections.IList.Item  (Inherited from ReadOnlyCollection)

See Also