ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Remove 메서드

정의

지정된 키를 가진 요소를 사전에서 제거합니다.

 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

제거할 요소의 키입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ImmutableDictionary<TKey,TValue>.Builder 인스턴스가 IDictionary 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상