Namespace: Semata.DataStore
Represents a collection of Items that can be iterated over
public sealed class ItemIterator : Iterator<Item>
Implements: Iterator<Item>
Methods
Name | Description |
GetCurrent() |
Returns the current Item. |
GetDone() |
Returns true if the iterator has reached the end. |
Next() |
Moves to the iterator on one. |