Skip to content
BSick7 edited this page May 10, 2014 · 2 revisions

IEnumerator<T>

An interface defined for generic enumeration through a set of data.

current

current: T;

Current item in enumerator.

moveNext

moveNext(): boolean;

Advances enumerator position, returns false if no elements are left

Clone this wiki locally