Name | Description | |
---|---|---|
Current | Gets the current item. Valid only if MoveNext() returned true prior to getting the current value. |
The following tables list the members exposed by INIterator<T>.
Name | Description | |
---|---|---|
Current | Gets the current item. Valid only if MoveNext() returned true prior to getting the current value. |
Name | Description | |
---|---|---|
MoveNext | Advances the iterator to the next item of the set. | |
Reset | Resets the iterator to its initial position, which is before the first item in the set. |