ImmutableDictionary<TKey,TValue>.IDictionary.Remove(Object) Metoda

Definicja

Usuwa element z określonym kluczem z niezmiennego obiektu słownika.

 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

Parametry

key
Object

Klucz elementu do usunięcia.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableDictionary<TKey,TValue> wystąpienie jest rzutowe do interfejsu IDictionary .

Dotyczy