GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / SourceLinks Property
In This Topic
    SourceLinks Property (GoPort)
    In This Topic
    Gets an enumerator over all of the links coming into this port.
    Syntax
    [Description("Gets an enumerator over the links coming into this port.")]
    public virtual GoPortFilteredLinkEnumerator SourceLinks {get;}
    Remarks
    Each source link's IGoLink.ToPort will be this port.
    See Also