Public Methods (see also Protected Methods)

  Name Description
public method Contains  (Inherited from ReadOnlyCollection)
public method CopyTo  (Inherited from ReadOnlyCollection)
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator  (Inherited from ReadOnlyCollection)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf  (Inherited from ReadOnlyCollection)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Explicit Interface Implementations

  Name Description
System.Collections.Generic.ICollection.Add  (Inherited from ReadOnlyCollection)
System.Collections.Generic.ICollection.Clear  (Inherited from ReadOnlyCollection)
System.Collections.Generic.ICollection.Remove  (Inherited from ReadOnlyCollection)
System.Collections.Generic.IList.Insert  (Inherited from ReadOnlyCollection)
System.Collections.Generic.IList.RemoveAt  (Inherited from ReadOnlyCollection)
System.Collections.ICollection.CopyTo  (Inherited from ReadOnlyCollection)
System.Collections.IEnumerable.GetEnumerator  (Inherited from ReadOnlyCollection)
System.Collections.IList.Add  (Inherited from ReadOnlyCollection)
System.Collections.IList.Clear  (Inherited from ReadOnlyCollection)
System.Collections.IList.Contains  (Inherited from ReadOnlyCollection)
System.Collections.IList.IndexOf  (Inherited from ReadOnlyCollection)
System.Collections.IList.Insert  (Inherited from ReadOnlyCollection)
System.Collections.IList.Remove  (Inherited from ReadOnlyCollection)
System.Collections.IList.RemoveAt  (Inherited from ReadOnlyCollection)

See Also