BinarySearchTree<TKey,TValue>.Clone method

Makes a deep copy of this Tree.

public object Clone()

Return Value

New instance of the tree.

See Also