TAdapters.CreateDictionary<TKey,TValue>(IDictionary<TKey,TValue>) Method

Represents method CreateDictionary<TKey,TValue>(IDictionary<TKey,TValue>).

Namespace: Spring.Collections.Adapters
public
 class function CreateDictionary<TKey, TValue>(const source: IDictionary<TKey, TValue>): IDictionary;

Type Parameters

TKey
TValue

Parameters

source
Type: IDictionary<TKey, TValue>

Return Value