Method DepthFirstTraversal(ITreeRedbObject)

Assembly: redb.Core.dll

Depth-First Search tree traversal - pre-order for polymorphic trees.

public static IEnumerable<ITreeRedbObject> DepthFirstTraversal(this ITreeRedbObject root)