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

Определение

См. интерфейс IImmutableDictionary<TKey,TValue>.

 virtual System::Collections::Immutable::IImmutableDictionary<TKey, TValue> ^ System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.RemoveRange(System::Collections::Generic::IEnumerable<TKey> ^ keys) = System::Collections::Immutable::IImmutableDictionary<TKey, TValue>::RemoveRange;
System.Collections.Immutable.IImmutableDictionary<TKey,TValue> IImmutableDictionary<TKey,TValue>.RemoveRange (System.Collections.Generic.IEnumerable<TKey> keys);
abstract member System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.RemoveRange : seq<'Key> -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
override this.System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.RemoveRange : seq<'Key> -> System.Collections.Immutable.IImmutableDictionary<'Key, 'Value>
Function RemoveRange (keys As IEnumerable(Of TKey)) As IImmutableDictionary(Of TKey, TValue) Implements IImmutableDictionary(Of TKey, TValue).RemoveRange

Параметры

keys
IEnumerable<TKey>

Последовательность ключей, которые требуется удалить.

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

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

Реализации

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