TCollections.CreateDictionary<TKey,TValue>(TDictionary,TOwnershipType) Method

Represents method CreateDictionary<TKey,TValue>(TDictionary,TOwnershipType).

Namespace: Spring.Collections
public
 class function CreateDictionary<TKey, TValue>(dictionary: Generics.Collections.TDictionary<TKey, TValue>; ownership: TOwnershipType): IDictionary<TKey, TValue>; overload; static;

Type Parameters

TKey
TValue

Parameters

dictionary
Type: Generics.Collections.TDictionary<TKey, TValue>

ownership
Type: TOwnershipType

Return Value

Type: IDictionary<TKey, TValue>