Method DepthFirstTraversal(ITreeRedbObject)
Depth-First Search tree traversal - pre-order for polymorphic trees.
public static IEnumerable<ITreeRedbObject> DepthFirstTraversal(this ITreeRedbObject root)
Depth-First Search tree traversal - pre-order for polymorphic trees.
public static IEnumerable<ITreeRedbObject> DepthFirstTraversal(this ITreeRedbObject root)