| FastDictionaryTKey, TValue Constructor (Int32) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public FastDictionary(
int roughsize
)
Public Sub New (
roughsize As Integer
)
public:
FastDictionary(
int roughsize
)
Parameters
- roughsize
- Type: SystemInt32
The max size of the bucket.
See Also