ImmutableSortedDictionary<TKey,TValue>.RemoveRange Метод

Определение

Удаляет элементы с указанными ключами из неизменяемого отсортированного словаря.

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)

Параметры

keys
IEnumerable<TKey>

Ключи элементов, которые нужно удалить.

Возвращаемое значение

Новый неизменяемый словарь с указанными ключами удалены; или этот экземпляр, если указанные ключи не найдены в словаре.

Применяется к