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