TCollections.CreateDictionary<TKey,TValue>(TDictionaryOwnerships,Integer,IEqualityComparer) Method

Represents method CreateDictionary<TKey,TValue>(TDictionaryOwnerships,Integer,IEqualityComparer).

Namespace: Spring.Collections
public
 class function CreateDictionary<TKey, TValue>(ownerships: TDictionaryOwnerships; capacity: Integer; const comparer: IEqualityComparer<TKey>): IDictionary<TKey, TValue>; overload; static;

Type Parameters

TKey
TValue

Parameters

ownerships
Type: System.Void

capacity
Type: Integer

comparer
Type: IEqualityComparer<TKey>

Return Value

Type: IDictionary<TKey, TValue>