Northwoods.Go Assembly > Northwoods.Go Namespace : GoNodeNodeEnumerator Structure |
The following tables list the members exposed by GoNodeNodeEnumerator.
Name | Description | |
---|---|---|
Count | Get the number of nodes. | |
Current | Gets the current node in the collection of connected nodes. | |
First | Gets the first IGoNode, or null if there are no nodes connected to this node. | |
Last | Gets the last IGoNode, or null if there are no nodes connected to this node. |
Name | Description | |
---|---|---|
Dispose | There are no resources to clean up. | |
GetEnumerator | Gets an enumerator for iterating over the IGoNodes connected to this node. | |
MoveNext | Advance the enumerator to the next IGoNode. | |
Reset | Reset the enumerator to its original position. |