GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoNode Interface / Ports Property
In This Topic
    Ports Property (IGoNode)
    In This Topic
    Gets an enumerator over all of the ports that are part of this node.
    Syntax
    IEnumerable<IGoPort> Ports {get;}
    See Also