SharedDictionary<TKey,TValue>.TryRemove method

Removes the specified key from the dictionary.

public virtual bool TryRemove(TKey key, out TValue value)

See Also