[]
Returns an enumerator that iterates through a collection.
public IEnumerator GetEnumerator()
Public Function GetEnumerator() As IEnumerator
| Type | Description |
|---|---|
| IEnumerator | An IEnumerator object that can be used to iterate through the collection. |