Gets distinct key values in all items of the indexed collection.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract IEnumerable<TKey> Keys(
	Order order
)
Visual Basic
Public MustOverride Function Keys ( _
	order As Order _
) As IEnumerable(Of TKey)

Parameters

order
Type: C1.LiveLinq..::..Order
Specifies the order of the key values to sort the result.

Return Value

All distinct key values contained in the items of the collection in the specified order.

Implements

IIndexScanner<(Of <(<'T, TKey>)>)>..::..Keys(Order)

See Also