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