Open sandboxFocus

Interface IScalarConstraint

A constraint that validates a specific element of code. Use an IReferentialConstraint to validate relationships between elements of code.

Namespace: PostSharp.Constraints
Assembly: PostSharp.dll
Syntax
public interface IScalarConstraint : IConstraint

Methods

Name Description
ValidateCode(object)

Validates the element of code to which the constraint is applied.

See Also