ImmutableSortedDictionary<TKey,TValue>.IImmutableDictionary<TKey,TValue>.Remove(TKey) Método
Definição
Consulte a interface IImmutableDictionary<TKey,TValue>.See the IImmutableDictionary<TKey,TValue> interface.
virtual System::Collections::Immutable::IImmutableDictionary<TKey, TValue> ^ System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove(TKey key) = System::Collections::Immutable::IImmutableDictionary<TKey, TValue>::Remove;
System.Collections.Immutable.IImmutableDictionary<TKey,TValue> IImmutableDictionary<TKey,TValue>.Remove (TKey key);
abstract member System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove : 'Key -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
override this.System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove : 'Key -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
Function Remove (key As TKey) As IImmutableDictionary(Of TKey, TValue) Implements IImmutableDictionary(Of TKey, TValue).Remove
Parâmetros
- key
- TKey
A chave da entrada a ser removida.Key of entry to be removed.
Retornos
A instância IImmutableDictionary<TKey,TValue>.The IImmutableDictionary<TKey,TValue> instance.