Skip to content

P_CodeJam_Collections_KeyEqualityComparer_2_KeySelector

andrewvk edited this page Mar 22, 2016 · 7 revisions

KeyEqualityComparer(T, TKey).KeySelector Property

[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)

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