GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerEnumerator Structure / MoveNext Method
In This Topic
    MoveNext Method (GoLayerEnumerator)
    In This Topic
    Advance the enumerator to the next 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