ImmutableDictionary<TKey,TValue>.IDictionary.Remove(Object) メソッド

定義

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

 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> のインスタンスが IDictionary インターフェイスにキャストされる場合のみ、使用できます。

適用対象