GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoNode Interface / Nodes Property
In This Topic
    Nodes Property (IGoNode)
    In This Topic
    Gets an enumerator over all of the nodes that have links going out of or coming into this node.
    Syntax
    IEnumerable<IGoNode> Nodes {get;}
    Remarks
    The enumerator iterates over the all nodes that have ports that have any links connected to any port of this node.
    See Also