ImmutableDictionary<TKey,TValue>.IImmutableDictionary<TKey,TValue>.Remove 메서드

정의

IImmutableDictionary<TKey,TValue> 인터페이스를 확인합니다.

 virtual System::Collections::Immutable::IImmutableDictionary<TKey, TValue> ^ System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove(TKey key) = System::Collections::Immutable::IImmutableDictionary<TKey, TValue>::Remove;
System.Collections.Immutable.IImmutableDictionary<TKey,TValue> IImmutableDictionary<TKey,TValue>.Remove (TKey key);
abstract member System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove : 'Key -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
override this.System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove : 'Key -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
Function Remove (key As TKey) As IImmutableDictionary(Of TKey, TValue) Implements IImmutableDictionary(Of TKey, TValue).Remove

매개 변수

key
TKey

제거할 항목의 키입니다.

반환

지정된 요소가 제거된 변경할 수 없는 새 사전입니다. 또는 사전에서 지정된 키를 찾을 수 없는 경우 이 인스턴스입니다.

구현

적용 대상