Northwoods.Go Assembly > Northwoods.Go Namespace : GoNodeLinkEnumerator Structure |
'Declaration Public Structure GoNodeLinkEnumerator Inherits System.ValueType
public struct GoNodeLinkEnumerator : System.ValueType
foreach
(or For Each
) construct to iterate through the links connected to a port of a node. In C#: foreach (IGoLink link in aNode.DestinationLinks) { . . . }
In VB.NET: Dim link As IGoLink For Each link in aNode.DestinationLinks . . . Next
Remember that you must not modify the graph structure of ports and links and nodes connected to this node, by adding or removing any ports, links, or nodes, while you are iterating over them. This structure type does not support comparison for equality.
System.Object
System.ValueType
Northwoods.Go.GoNodeLinkEnumerator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2