Advances the enumerator to the next element of the tree.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool MoveNext () |
Visual Basic Copy Code |
---|
Public Function MoveNext () As Boolean |
true if the enumerator has successfully passed to the next DiagramItem in the collection; false if there are no more elements available to enumerate.
Initially an enumerator is positioned before the first element of the tree (the root), and the first call to MoveNext moves the enumerator over that first element.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |