ImmutableSortedDictionary<TKey,TValue>.RemoveRange Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove os elementos com as chaves especificadas do dicionário ordenado imutável.
public:
System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue> ^ RemoveRange(System::Collections::Generic::IEnumerable<TKey> ^ keys);
public System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> RemoveRange(System.Collections.Generic.IEnumerable<TKey> keys);
member this.RemoveRange : seq<'Key> -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>
Public Function RemoveRange (keys As IEnumerable(Of TKey)) As ImmutableSortedDictionary(Of TKey, TValue)
Parâmetros
- keys
- IEnumerable<TKey>
As chaves dos elementos para remover.
Devoluções
Um novo dicionário imutável com as chaves especificadas removidas; ou neste caso, se as chaves especificadas não forem encontradas no dicionário.