'Declaration
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)
public System.Collections.Generic.IEnumerator<T> GetEnumerator()
Return Value
A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.