IEnumerator
Description
- Extended by
-
EnumeratorBase abstract
Base interface for classes that enumerate over a sequence of values.
A newly created enumerator object is always positioned before the first element.
Public / Attributes
Current
Returns the current sequence value.
This property may only be accessed after MoveNext has returned true
.