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