Click or drag to resize

RangeIteratorTGetEnumerator Method

Returns an IEnumerator{T} running over the range.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also