Gets distinct key values in all items of this collection.

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

Syntax

C#
IEnumerable<TKey> Keys(
	Order order
)
Visual Basic
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.

See Also