Click or drag to resize

ElementCollection Methods

The ElementCollection type exposes the following members.

Methods
 NameDescription
Public methodClear Removes all elements from this collection.
Public methodCopyTo Copies the entire collection to an Array, starting at a particular Array index.
Public methodGetEnumerator Returns an enumerator that iterates through a collection.
Public methodCode exampleRemoveAt Removes the element at the specified index.
Top
See Also