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