ImmutableDictionary<TKey,TValue>.Remove(TKey) Método

Definição

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

public:
 System::Collections::Immutable::ImmutableDictionary<TKey, TValue> ^ Remove(TKey key);
public System.Collections.Immutable.ImmutableDictionary<TKey,TValue> Remove (TKey key);
member this.Remove : 'Key -> System.Collections.Immutable.ImmutableDictionary<'Key, 'Value>
Public Function Remove (key As TKey) As ImmutableDictionary(Of TKey, TValue)

Parâmetros

key
TKey

A chave do elemento a ser removido.

Retornos

Um novo dicionário imutável com o elemento especificado removido; ou esta instância, se a chave especificada não puder ser encontrada no dicionário.

Aplica-se a