TBidiDictionary<TKey,TValue>.SetValue(TKey,TValue) Method

Represents method SetValue(TKey,TValue).

Namespace: Spring.Collections.Dictionaries
protected
 procedure SetValue(const key: TKey; const value: TValue);

Parameters

key
Type: TKey

value
Type: TValue

Implements

IBidiDictionary<TKey,TValue>.SetValue(TKey,TValue)