Namespace: Semata.DataStore
Class: Iterator<T>
Moves the iterator to refer to the next Item in the collection
public void Next()
Returns: void
Exceptions
Type | Description |
IteratorDoneException | Iterator done |
C++ C#
Namespace: Semata.DataStore
Class: Iterator<T>
Moves the iterator to refer to the next Item in the collection
public void Next()
Returns: void
Exceptions
Type | Description |
IteratorDoneException | Iterator done |