GoNodeNodeEnumerator Structure Members
In This Topic
The following tables list the members exposed by GoNodeNodeEnumerator.
Public Properties
| 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. |
Top
Public Methods
| 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.
|
Top
See Also