[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-2.All

All Method

All(Order)

Gets all items in the indexed collection.

Declaration
public abstract IndexQuery<T, TKey> All(Order order)
Parameters
Type Name Description
Order order

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

Returns
Type Description
IndexQuery<T, TKey>

An object enumerating all items of the collection in the specified order of their key values.

Implements