Namespace: Semata.DataStore
Represents a collection of AssociationDefs that can be iterated over
public sealed class AssociationDefIterator : Iterator
Implements: Iterator
Methods
Name | Description |
GetCurrent() |
Returns the AssociationDef 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. |