Enables an easy standard method to iterate over the elements of a tree-like structure of objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public class TreeEnumerator : IEnumerator |
Visual Basic Copy Code |
---|
Public Class TreeEnumerator |
The 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.
System.Object
MindFusion.Diagramming.TreeEnumerator
Diagramming for .NET MAUI Guide | © 2024 MindFusion |