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