GoCollectionEnumerator Structure Members
In This Topic
The following tables list the members exposed by GoCollectionEnumerator.
Public Constructors
Public Fields
| Name | Description |
| Empty |
Return an enumerator that doesn't iterate at all.
|
Top
Public Properties
| Name | Description |
| Current |
Gets the current object in the collection for this enumerator.
|
Top
Public Methods
| Name | Description |
| Dispose |
There are no resources to clean up.
|
| GetEnumerator |
Gets an enumerator for iterating over the GoObjects.
|
| MoveNext |
Advance the enumerator to the next GoObject.
|
| Reset |
Reset the enumerator to its original position.
|
Top
See Also