BuildMaster SDK Reference
Version:
Remove<TKey, TValue>(System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> dictionary, TKey key) Method
Syntax
public
static
bool Remove<TKey, TValue>(ConcurrentDictionary<TKey, TValue> dictionary, TKey key)
Parameters
- dictionary
- Type: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
- key
- Type: TKey