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