 | RouletteDictionaryTKey, TValue Constructor (Int32) |
Initializes a new instance of the dictionary that is empty,
has the specified initial capacity, and uses the default equality comparer for the key type.
Namespace:
Scaleout.Collections
Assembly:
Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntaxpublic RouletteDictionary(
int capacity
)
Parameters
- capacity
- Type: SystemInt32
The initial number of elements that the dictionary can contain before resizing internally.
See Also