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