Click or drag to resize

FastKeyedCollectionTKey, TItem Constructor (IEnumerableTItem, 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(
	IEnumerable<TItem> items,
	Func<TItem, TKey> keySelector
)

Parameters

items
Type: System.Collections.GenericIEnumerableTItem
A collection of elements to initially add to the FastKeyedCollectionTKey, TItem
keySelector
Type: SystemFuncTItem, TKey
A function to extract a key from each element.
See Also