Click or drag to resize

FastDictionaryTKey, TValue Constructor (Int32)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax
public FastDictionary(
	int roughsize
)

Parameters

roughsize
Type: SystemInt32
The max size of the bucket.
See Also