DictionaryExtensions.Remove<TK,TV> Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remover chave do 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 da chave de argumento do dicionário
- TV
tipo do valor do argumento dictionary
Parâmetros
- dictionary
- ConcurrentDictionary<TK,TV>
dicionário
- key
- TK
chave