Advances the enumerator to the next element of the tree.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksInitially 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.
See Also