AndConstraint.

AndConstraint(IConstraint, IConstraint) Constructor

Summary

Create an AndConstraint from two other constraints
Namespace
TCLite.Constraints
Containing Type
AndConstraint

Syntax

public AndConstraint(IConstraint left, IConstraint right)

Parameters

Name Type Description
left IConstraint The first constraint
right IConstraint The second constraint

Return Value

Type Description
void