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