IDictionary<TKey,TValue>.SetItem Method

Definition

Adds or replaces the value associated with the specified key.

Delphi
procedure SetItem(const Key: TKey; const Value: TValue);

Parameters

Key
TKey

The key whose value should be set.

Value
TValue

The value to associate with the key.