Namespace: Semata.DataStore
Represents a collection of Items that can be iterated over
public interface Iterator<T>
Methods
| Name | Description | 
| GetCurrent() | Gets the object currently referred to by the iterator | 
| GetDone() | Has the iterator moved to the end of the collection | 
| Next() | Moves the iterator to refer to the next Item in the collection | 
 Semata
                Semata