IScalarConstraint.ValidateCode Method |
Validates the element of code to which the constraint is applied.
Namespace: PostSharp.Constraints
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
void ValidateCode( Object target )
Parameters
- target
- Type: System.Object
Element of code to which the constraint is applied (Assembly, Type, MethodInfo, ConstructorInfo, PropertyInfo, EventInfo, FieldInfo, ParameterInfo).
