ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Remove Yöntem

Tanım

Belirtilen anahtara sahip öğeyi sözlükten kaldırır.

 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

Parametreler

key
Object

Kaldırılacak öğenin anahtarı.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IDictionary arabirime ImmutableDictionary<TKey,TValue>.Builder yayınlandığında kullanılabilir.

Şunlara uygulanır