-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Collections_KeyEqualityComparer_2_KeySelector
Andrew Koryavchenko edited this page Jun 17, 2018
·
7 revisions
Gets the function to extract the key for each element.
Namespace: CodeJam.Collections
Assembly: 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)
GetF#
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