TEnumerableBase<T>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Spring.Collections.Base
public
 function GetEnumerator: IEnumerator<T>; virtual;

Return Value

Type: IEnumerator<T>

An IEnumerator<T> that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator