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