ImmutableSortedDictionary<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>

削除するキーのシーケンス。

戻り値

IImmutableDictionary<TKey,TValue>

IImmutableDictionary<TKey,TValue> インスタンス。

実装

適用対象