Namespace: Semata.DataStore
Class: Iterator<T>
Gets the object currently referred to by the iterator
public T GetCurrent()
Returns: MISSING PAGE T
Exceptions
Type | Description |
IteratorDoneException | Iterator done |
C++ C#
Namespace: Semata.DataStore
Class: Iterator<T>
Gets the object currently referred to by the iterator
public T GetCurrent()
Returns: MISSING PAGE T
Exceptions
Type | Description |
IteratorDoneException | Iterator done |