Method PostOrderTraversal(ITreeRedbObject)

Assembly: redb.Core.dll

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

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