We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gets the function to extract the key for each element.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Func<T, TKey> KeySelector { get; }
VB
Public ReadOnly Property KeySelector As Func(Of T, TKey) Get
F#
member KeySelector : Func<'T, 'TKey> with get
Type: Func(T, TKey)The function to extract the key for each element.
KeyEqualityComparer(T, TKey) ClassCodeJam.Collections Namespace