TEnumerableBase.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: Spring.Collections.Base
public
 function GetEnumerator: IEnumerator;

Return Value

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

Implements

IEnumerable.GetEnumerator