TDictionaryAdapter<TKey,T>.Add(TValue,TValue) Method

Represents method Add(TValue,TValue).

Namespace: Spring.Collections.Adapters
private
 procedure Add(const key, value: TValue);

Parameters

key
Type: System.Void

value
Type: System.Void

Implements

IDictionary.Add(TValue,TValue)