| IOrderedEnumerable Interface |
Namespace: FlexRule.Pipes
public interface IOrderedEnumerable : IEnumerable<Object>, IEnumerable
The IOrderedEnumerable type exposes the following members.
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableObject.) |
| Name | Description | |
|---|---|---|
| DistinctByObject, TKey | (Defined by LinqExtensions.) | |
| IndexOfObject | (Defined by StringTokenExtensions.) | |
| TakeLastObject |
Takes n last numbers of a source
(Defined by LinqExtensions.) |