ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Remove Metod

Definition

Tar bort elementet med den angivna nyckeln från ordlistan.

 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

Parametrar

key
Object

Nyckeln för elementet som ska tas bort.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ImmutableSortedDictionary<TKey,TValue>.Builder skickas till ett IDictionary gränssnitt.

Gäller för