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>

所要移除索引鍵的序列。

傳回

已移除指定之索引鍵的新不可變字典,如果在字典中找不到指定的索引鍵,則為此執行個體。

實作

適用於