RedBlackTree<TKey,TValue>.CreateInstance method

Helper function used during Clone to create a new RedBlackTree

protected override BinarySearchTree<TKey, TValue> CreateInstance()

Return Value

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

See Also