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