Compartir a través de


DictionaryExtensions.Remove<TK,TV> Método

Definición

Quitar clave de ConcurrentDictionary

public:
generic <typename TK, typename TV>
[System::Runtime::CompilerServices::Extension]
 static void Remove(System::Collections::Concurrent::ConcurrentDictionary<TK, TV> ^ dictionary, TK key);
public static void Remove<TK,TV>(this System.Collections.Concurrent.ConcurrentDictionary<TK,TV> dictionary, TK key);
static member Remove : System.Collections.Concurrent.ConcurrentDictionary<'K, 'V> * 'K -> unit
<Extension()>
Public Sub Remove(Of TK, TV) (dictionary As ConcurrentDictionary(Of TK, TV), key As TK)

Parámetros de tipo

TK

tipo de la clave del argumento dictionary

TV

tipo del valor del argumento dictionary

Parámetros

dictionary
ConcurrentDictionary<TK,TV>

diccionario

key
TK

key

Se aplica a