Returns an enumerator that can be used to iterate over the collection's items.
public IEnumerator GetEnumerator();
Public Function GetEnumerator() As IEnumerator
The return value is an IEnumerator that represents the collection.