GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface / SourceLinks Property
In This Topic
    SourceLinks Property (IGoPort)
    In This Topic
    Gets an enumerator over all of the links coming into this port.
    Syntax
    IEnumerable<IGoLink> SourceLinks {get;}
    Remarks
    Each source link's IGoLink.ToPort will be this port.
    See Also