LanguageSpecificStringDictionary.IDictionary.Remove(Object) Método

Definição

Para obter uma descrição desse membro, confira 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

Parâmetros

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de LanguageSpecificStringDictionary é convertida em uma interface de IDictionary.

Aplica-se a

Confira também