[]
Retrieves an enumerator for the List.
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator() As IEnumerator
| Type | Description |
|---|---|
| IEnumerator | An IEnumerable object that can be used to iterate through the collection. |