Skip to content

P_CodeJam_Collections_KeyEqualityComparer_2_KeySelector

Andrew Koryavchenko edited this page Jun 17, 2018 · 7 revisions

KeyEqualityComparer(T, TKey).KeySelector Property

Gets the function to extract the key for each element.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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

Return Value

Type: Func(T, TKey)
The function to extract the key for each element.

See Also

Reference

KeyEqualityComparer(T, TKey) Class
CodeJam.Collections Namespace

Clone this wiki locally