[]
Gets distinct key values in all items of this collection.
IEnumerable<TKey> Keys(Order order)
| Type | Name | Description |
|---|---|---|
| Order | order | Specifies the order of the key values to sort the result. |
| Type | Description |
|---|---|
| IEnumerable<TKey> | All distinct key values contained in the items of the collection in the specified order. |