ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Remove Método

Definição

Remove o elemento com a chave especificada do dicionário.

 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.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ImmutableDictionary<TKey,TValue>.Builder instância é convertida em uma IDictionary interface.

Aplica-se a