AndSpecification<T>.

AndSpecification(ISpecification<T>, ISpecification<T>) Constructor

Summary

Creates composite object.

Syntax

[PublicAPI]
public AndSpecification(ISpecification<T> left, ISpecification<T> right)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
left ISpecification<T> Base first Expression.
right ISpecification<T> Base second Expression.

Return Value

Type Description
void

Exceptions

Type Description
System.ArgumentNullException Thrown when left or right is null.
GitHub