FlatEnumerator<TKey,TValue> constructor
Standard Constructor.
public FlatEnumerator(BinarySearchTree<TKey, TValue> tree)
| parameter | description |
|---|---|
| tree | BinarySearchTree to create an Enumerator for. |
See Also
- class BinarySearchTree<TKey,TValue>
- class FlatEnumerator<TKey,TValue>
- namespace TheCodingMonkey.Collections.BST