Прочетете на английски Редактиране

Споделяне чрез


ImmutableSortedDictionary<TKey,TValue>.SetItem(TKey, TValue) Method

Definition

Sets the specified key and value in the immutable sorted dictionary, possibly overwriting an existing value for the given key.

C#
public System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> SetItem(TKey key, TValue value);

Parameters

key
TKey

The key of the entry to add.

value
TValue

The key value to set.

Returns

A new immutable sorted dictionary that contains the specified key/value pair.

Remarks

If the specified key/value pair already exists in the dictionary, this method returns the existing instance of the dictionary. If the key already exists but has a different value, this method returns a new instance of the dictionary with the overwritten value.

Applies to

Продукт Версии
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)
UWP 10.0