RedBlackNode<TKey,TValue>.Remove method

public static Node<TKey, TValue> Remove(ref Node<TKey, TValue> root, TKey key, 
    ref bool blackDecrease, CompType<TKey, TValue> cmp)

See Also