ConcurrentDictionary<TKey,TValue>.IDictionary.Remove(Object) 메서드

정의

IDictionary에서 지정한 키를 가지는 요소를 제거합니다.

 virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove (object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove

매개 변수

key
Object

제거할 요소의 키입니다.

구현

예외

key이(가) null인 경우

적용 대상

추가 정보