LevelOrderFlatEnumerator<TKey,TValue> constructor

Standard Constructor.

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

See Also