DictionaryExtensions.Remove<TK,TV> 메서드

정의

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)

형식 매개 변수

TK

사전 인수 키의 형식

TV

사전 인수 값의 형식

매개 변수

dictionary
ConcurrentDictionary<TK,TV>

사전

key
TK

key

적용 대상