ImmutableSortedDictionary<TKey,TValue>.RemoveRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將具有指定索引鍵的元素從不可變排序字典移除。
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>
要移除之項目的索引鍵。
傳回
已移除指定之索引鍵的新不可變字典,如果在字典中找不到指定的索引鍵,則為此執行個體。