LanguageSpecificStringDictionary.IDictionary.Remove(Object) Metoda

Definice

Popis tohoto člena najdete v tématu 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

Parametry

key
Object

Odebrání Object ze souboru LanguageSpecificStringDictionary.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho LanguageSpecificStringDictionary použít pouze v případě, že je instance přetypována do IDictionary rozhraní.

Platí pro

Viz také