ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Remove(Object) Método
Definição
Remove o elemento com a chave especificada do dicionário.Removes the element with the specified key from the dictionary.
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
- key
- Object
A chave do elemento a ser removido.The key of the element to remove.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ImmutableSortedDictionary<TKey,TValue>.Builder é convertida em uma interface de IDictionary.It can be used only when the ImmutableSortedDictionary<TKey,TValue>.Builder instance is cast to an IDictionary interface.