GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoNode Interface / Links Property
In This Topic
    Links Property (IGoNode)
    In This Topic
    Gets an enumerator over all of the links connected at this node.
    Syntax
    IEnumerable<IGoLink> Links {get;}
    Remarks
    The enumerator iterates over the set of all links that are connected at any port of this node.
    See Also