Click or drag to resize

ElementCollectionT Methods

The ElementCollectionT type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds an item to the ICollectionT.
Public methodContains Determines whether the ICollectionT contains a specific value.
Public methodCopyTo Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator Gets an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific item in the IListT.
Public methodInsert Inserts an item to the IListT at the specified index.
Public methodRemove Removes the first occurrence of a specific object from the ICollectionT.
Top
See Also