GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Enumerator<N,L,Y,T> Structure / MoveNext Method
In This Topic
    MoveNext Method (GoLayoutGenericNetwork.Enumerator<N,L,Y,T>)
    In This Topic
    Advance the enumerator to the next Link.
    Syntax
    public bool MoveNext()

    Return Value

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