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

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

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

Type Parameters

TKey
TValue

Parameters

capacity
Type: Integer

comparer
Type: IEqualityComparer<TKey>

Return Value

Type: IDictionary<TKey, TValue>