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


In This Topic
    GoNodeNodeEnumerator Structure Members
    In This Topic

    The following tables list the members exposed by GoNodeNodeEnumerator.

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