[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-2.Keys

Keys Method

Keys(Order)

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

Declaration
public abstract IEnumerable<TKey> Keys(Order order)
Public MustOverride Function Keys(order As Order) As IEnumerable(Of TKey)
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.

Implements