IDictionary<TKey,TValue>.SetItem Method
Adds or replaces the value associated with the specified key.
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.