[]
Gets all items in the indexed collection.
IndexQuery<T> All(Order order)
Type | Name | Description |
---|---|---|
Order | order | Specifies the order of the key values to sort the result. |
Type | Description |
---|---|
IndexQuery<T> | An object enumerating all items of the collection in the specified order of their key values. |