Enum IteratorState
State of Iterator
Namespace: GDX.Collections.Generic
Syntax
public enum IteratorState : byte
Fields
| Name | Description |
|---|---|
| Finished | Unable to iterate any further. |
| FoundEntry | Found an entry meeting criteria. |
| InvalidVersion | The data being iterated over has changed. |