RedBlackNode<TKey,TValue>.CloneInstance method

Helper function used during Clone to create the correct instance of the specific Node implementation

protected override Node<TKey, TValue> CloneInstance()

Return Value

A new reference to a Node derived object that can be used in a clone operation.

See Also