IEnumerable: GetEnumerator

GetEnumerator

Returns an enumerator that iterates through a collection.



 Public Function GetEnumerator ( ) As IEnumerator

Return Values

IEnumerator -  An IEnumerator object that can be used to iterate through the collection.

See Also

Project CorLib Overview

Class IEnumerable Overview