GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / SourceLinks Property
In This Topic
    SourceLinks Property (GoNode)
    In This Topic
    Gets an enumerator over all of the links coming into this node.
    Syntax
    [Description("Gets an enumerator over all of the links coming into this node.")]
    public virtual GoNodeLinkEnumerator SourceLinks {get;}
    Remarks
    The enumerator iterates over the set of all links that come into any port of this node.
    See Also