InOrderFlatEnumerator<TKey,TValue> constructor

Standard Constructor.

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

See Also