Namespace: Semata.DataStore
Represents a collection of AssociationDefs that can be iterated over
public sealed class AssociationDefIterator : 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. |