Enables an easy standard method to iterate over the elements of a tree-like structure of objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class TreeEnumerator : IEnumerator |
Visual Basic
Copy Code
|
|---|
Public Class TreeEnumerator |
RemarksThe TreeEnumerator class implements the standard IEnumerator interface. It provides an easy method to iterate over the elements of a tree-like structure of diagram items.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.TreeEnumerator
See Also