TDictionaryAdapter<TKey,T>.Create(IDictionary<TKey,T>) Constructor

Initializes a new instance of the TDictionaryAdapter<TKey,T> class.

Namespace: Spring.Collections.Adapters
public
 constructor Create(const source: IDictionary<TKey, T>);

Parameters

source
Type: IDictionary<TKey, T>