Click or drag to resize

FastKeyedCollectionTKey, TItem Constructor (FuncTItem, TKey)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public FastKeyedCollection(
	Func<TItem, TKey> keySelector
)

Parameters

keySelector
Type: SystemFuncTItem, TKey
A function to extract a key from each element.
See Also