GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNodePortEnumerator Structure
Properties Methods


In This Topic
    GoNodePortEnumerator Structure Members
    In This Topic

    The following tables list the members exposed by GoNodePortEnumerator.

    Public Properties
     NameDescription
    Public Property Get the number of ports.  
    Public Property Gets the current port in the collection of ports that are part of this node.  
    Public PropertyGets the first IGoPort, or null if there are no ports in this node.  
    Public PropertyGets the last IGoPort, or null if there are no ports in this node.  
    Top
    Public Methods
     NameDescription
    Public Method There are no resources to clean up.  
    Public Method Gets an enumerator for iterating over the IGoPorts that are part of this node.  
    Public Method Advance the enumerator to the next IGoPort.  
    Public Method Reset the enumerator to its original position.  
    Top
    See Also