[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Public Methods (see also Protected Methods)

  Name Description
public method Add Adds an item to the collection.
public method Clear Removes all items from the collection.
public method Contains Determines whether this collection contains a specific value.
public method CopyTo Copies the elements of this collection to an array, starting at a particular index.
public method Equals  Overloaded. (inherited from Object)
public method GetEnumerator Returns an enumerator that can iterate through a collection.
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method IndexOf Retrieves the index number of the specified item in the collection.
public method Insert Inserts an item to the collection at the specified index.
public methodstatic ReferenceEquals  (inherited from Object)
public method Remove Removes the first occurrence of a specified item from the collection.
public method RemoveAt Removes an item at the specified index.
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

See Also


Send comments about this topic to Microsoft.