ScalarConstraint.ValidateCode Method |
Validates the element of code to which the constraint is applied.
Namespace: PostSharp.Constraints
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual 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).