GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroupEnumerator Structure / MoveNext Method
In This Topic
    MoveNext Method (GoGroupEnumerator)
    In This Topic
    Advance the enumerator to the next child GoObject.
    Syntax
    public bool MoveNext()

    Return Value

    True if there is a next GoObject; false if it has finished iterating over the collection.
    See Also