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


In This Topic
    GoCollectionEnumerator Structure Members
    In This Topic

    The following tables list the members exposed by GoCollectionEnumerator.

    Public Constructors
     NameDescription
    Public ConstructorConstruct an IEnumerator for iterating either forwards or backwards over a Lists.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) Return an enumerator that doesn't iterate at all.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the current object in the collection for this enumerator.  
    Top
    Public Methods
     NameDescription
    Public Method There are no resources to clean up.  
    Public Method Gets an enumerator for iterating over the GoObjects.  
    Public Method Advance the enumerator to the next GoObject.  
    Public Method Reset the enumerator to its original position.  
    Top
    See Also