Click or drag to resize

ISpecificationTAnd Method

Creates an 'And' specification that can be used to combine two specifications and compare them using the '&&' operation.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
ISpecification<T> And(
	ISpecification<T> specification
)

Parameters

specification
Type: Enkoni.FrameworkISpecificationT
The specification that must be combined.

Return Value

Type: ISpecificationT
The combined specification.
See Also