Method DepthFirstTraversal<TProps>(ITreeRedbObject<TProps>)

Assembly: redb.Core.dll

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

public static IEnumerable<ITreeRedbObject<TProps>> DepthFirstTraversal<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()