-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Collections_KeyEqualityComparer_2_KeySelector
andrewvk edited this page Mar 30, 2016
·
7 revisions
[This is preliminary documentation and is subject to change.]
Gets the function to extract the key for each element.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[NotNullAttribute]
public Func<T, TKey> KeySelector { get; }
VB
<NotNullAttribute>
Public ReadOnly Property KeySelector As Func(Of T, TKey)
Get
F#
[<NotNullAttribute>]
member KeySelector : Func<'T, 'TKey> with get
Type: Func(T, TKey)
The function to extract the key for each element.
KeyEqualityComparer(T, TKey) Class
CodeJam.Collections Namespace