AVLNode<TKey,TValue>.Remove method

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

See Also