TBinarySpecification<T>.Create(ISpecification<T>,ISpecification<T>) Constructor
Initializes a new instance of the TBinarySpecification<T> class.
public constructor Create(const left, right: ISpecification<T>);
Parameters
- left
- Type: ISpecification<T>
- right
- Type: ISpecification<T>