[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IIndexScanner-2.Keys

Keys Method

Keys(Order)

Gets distinct key values in all items of this collection.

Declaration
IEnumerable<TKey> Keys(Order order)
Parameters
Type Name Description
Order order

Specifies the order of the key values to sort the result.

Returns
Type Description
IEnumerable<TKey>

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