| FastKeyedCollectionTKey, TItem Constructor (FuncTItem, TKey) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public FastKeyedCollection(
Func<TItem, TKey> keySelector
)
Public Sub New (
keySelector As Func(Of TItem, TKey)
)
public:
FastKeyedCollection(
Func<TItem, TKey>^ keySelector
)
Parameters
- keySelector
- Type: SystemFuncTItem, TKey
A function to extract a key from each element.
See Also