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> 인스턴스입니다.

구현

적용 대상