| FastKeyedCollectionTKey, TItem Constructor (Int32, FuncTItem, TKey) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public FastKeyedCollection(
int roughsize,
Func<TItem, TKey> keySelector
)
Parameters
- roughsize
- Type: SystemInt32
The max size of the bucket. - keySelector
- Type: SystemFuncTItem, TKey
A function to extract a key from each element.
See Also