TAdapters.CreateDictionary<TKey,TValue>(IDictionary<TKey,TValue>) Method
Represents method CreateDictionary<TKey,TValue>(IDictionary<TKey,TValue>)
.
public class function CreateDictionary<TKey, TValue>(const source: IDictionary<TKey, TValue>): IDictionary;
Type Parameters
- TKey
- TValue
Parameters
- source
- Type: IDictionary<TKey, TValue>