BinarySearchTree<TKey,TValue>.CloneInstance method

Helper function used during Clone to create the correct instance of the specific Binary Search Tree implementation

protected virtual BinarySearchTree CloneInstance()

Return Value

A new reference to a Binary Search Tree derived object that can be used in a clone operation.

See Also