ImmutableDictionary<TKey,TValue>.IImmutableDictionary<TKey,TValue>.SetItems Metod

Definition

Tillämpar en viss uppsättning nyckel/värde-par på en oföränderlig ordlista och ersätter eventuella motstridiga nycklar i den resulterande ordlistan.

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

Parametrar

items
IEnumerable<KeyValuePair<TKey,TValue>>

Nyckel/värde-paren som ska anges på kartan. Alla nycklar som är i konflikt med befintliga nycklar ersätter de tidigare värdena.

Returer

En kopia av den oföränderliga ordlistan med uppdaterade nyckel/värde-par.

Implementeringar

Gäller för