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

削除するエントリのキー。

戻り値

指定した要素が削除された、新しい変更できないディクショナリ。指定したキーがディクショナリで見つからない場合はこのインスタンス。

実装

適用対象