NotConstraint.

NotConstraint(IConstraint) Constructor

Summary

Initializes a new instance of the NotConstraint class.
Namespace
TCLite.Constraints
Containing Type
NotConstraint

Syntax

public NotConstraint(IConstraint baseConstraint)

Parameters

Name Type Description
baseConstraint IConstraint The base constraint to be negated.

Return Value

Type Description
void