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

Represents method AddOrSetValue(TValue,TValue).

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

Parameters

key
Type: System.Void

value
Type: System.Void

Implements

IDictionary.AddOrSetValue(TValue,TValue)