PostSharpAPI ReferencePost­Sharp.​ConstraintsExperimental­AttributeValidate­Code
Open sandboxFocus

ExperimentalAttribute.ValidateCode Method

ValidateCode(Object, Assembly)

Validates the constraint.

Declaration
public override void ValidateCode(object target, Assembly assembly)
Parameters
Type Name Description
Object target

Declaration (Assembly, Type, MethodInfo, ConstructorInfo, PropertyInfo, System.Reflection.EventInfo, FieldInfo, ParameterInfo) to which the constraint has been applied.

Assembly assembly

The assembly being currently processed.

Overrides
ReferentialConstraint.ValidateCode(Object, Assembly)