RedBlackTree<TKey,TValue>.CloneInstance method

Helper function used during Clone to create a new RedBlackTree

protected override BinarySearchTree<TKey, TValue> CloneInstance()

Return Value

A new reference to a Red Black Tree that can be used in a clone operation.

See Also