TCollections.CreateDictionary<TKey,TValue>(Integer) Method
Represents method CreateDictionary<TKey,TValue>(Integer)
.
public class function CreateDictionary<TKey, TValue>(capacity: Integer): IDictionary<TKey, TValue>; overload; static;
Type Parameters
- TKey
- TValue
Parameters
- capacity
- Type: Integer