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