Click or drag to resize

CombinedSpecificationT Constructor

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
protected CombinedSpecification(
	ISpecification<T> leftOperand,
	ISpecification<T> rightOperand
)

Parameters

leftOperand
Type: Enkoni.FrameworkISpecificationT
The left operand of the combination.
rightOperand
Type: Enkoni.FrameworkISpecificationT
The right operand of the combination.
See Also