Remove<K,V>
Summary
public static void Remove<K, V>(this ConcurrentDictionary<K, V> dictionary, K key)
Parameters
- ConcurrentDictionary<K, V> prohibited dictionary
- K key
public static void Remove<K, V>(this ConcurrentDictionary<K, V> dictionary, K key)