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

Definition

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

C#
public System.Collections.Immutable.IImmutableDictionary<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 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. 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

Product Versions
.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