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