IImmutableDictionary<TKey,TValue>.Remove(TKey) メソッド

定義

指定したキーを持つ要素を、変更できないディクショナリから削除します。

public:
 System::Collections::Immutable::IImmutableDictionary<TKey, TValue> ^ Remove(TKey key);
public System.Collections.Immutable.IImmutableDictionary<TKey,TValue> Remove (TKey key);
abstract member Remove : 'Key -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
Public Function Remove (key As TKey) As IImmutableDictionary(Of TKey, TValue)

パラメーター

key
TKey

削除する要素のキー。

戻り値

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

適用対象