PostSharpAPI ReferencePost­Sharp.​ConstraintsConstraintValidate­Constraint
Open sandboxFocus

Constraint.ValidateConstraint Method

ValidateConstraint(Object)

Validates the fact that the constraint has been applied on a valid element of code. When this method returns false, the constraint is silently ignored.

Declaration
public virtual bool ValidateConstraint(object target)
Parameters
Type Name Description
Object target
Returns
Type Description
Boolean

true if the constraint has been applied on a valid element of code, otherwise false.

Implements
IConstraint.ValidateConstraint(Object)