Namespace: Semata.DataStore
Represents a collection of Items that can be iterated over
public ref class ItemIterator sealed : public 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. |