ThenSpecification<T>
public class ThenSpecification<T> : ISortSpecification<T>
Inheritance
- interface ISortSpecification<T>
Namespace
Constructors
ThenSpecification<T>
public ThenSpecification(ISortSpecification<T> left, ISortSpecification<T> right)
Properties
Left
public ISortSpecification<T> Left { get; set; }
Right
public ISortSpecification<T> Right { get; set; }
Methods
Accept
public void Accept(IVisitor visitor, IVisitContext context)
InvokeSort (1 of 2)
public IOrderedEnumerable<T> InvokeSort(IEnumerable<T> collection)
InvokeSort (2 of 2)
public IOrderedEnumerable<T> InvokeSort(IOrderedEnumerable<T> collection)