IOrderedEnumerable<TElement> Interface
Namespace: System.Linq · Assembly: GHIElectronics.TinyCLR.Linq
Represents a sorted sequence. Used as the chain link between OrderBy/OrderByDescending and ThenBy/ThenByDescending.
public interface IOrderedEnumerable<TElement> : IEnumerable<TElement>
Methods
CreateOrderedEnumerable<TKey>(Func<TElement, TKey> keySelector, IComparer<TKey> comparer, bool descending)
IOrderedEnumerable<TElement> CreateOrderedEnumerable<TKey>( Func<TElement, TKey> keySelector, IComparer<TKey> comparer, bool descending)
No description available.
| Parameter | Type | Description |
|---|---|---|
keySelector | Func<TElement, TKey> | |
comparer | IComparer<TKey> | |
descending | bool |
Returns IOrderedEnumerable<TElement>