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

Represents method SetKey(TValue,TKey).

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

Parameters

value
Type: TValue

key
Type: TKey

Implements

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