GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
System.Collections.Generic.IEnumerator<T> GetEnumerator()Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)Return Value
An enumerator that can be used to iterate through the collection.