PostOrderFlatEnumerator<TKey,TValue> constructor

Standard Constructor.

public PostOrderFlatEnumerator(BinarySearchTree<TKey, TValue> tree)
parameter description
tree BinarySearchTree to create an Enumerator for.

See Also