GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollectionEnumerator Structure / GoCollectionEnumerator Constructor
In This Topic
    GoCollectionEnumerator Constructor
    In This Topic
    Construct an IEnumerator for iterating either forwards or backwards over a Lists.
    Syntax
    public GoCollectionEnumerator( 
       List<GoObject> a,
       bool forward
    )

    Parameters

    a
    forward
    See Also