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