LocationContractAttribute.CompileTimeValidate Method |
Namespace: PostSharp.Patterns.Contracts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.15.0 (6.5.15.0)

protected virtual bool CompileTimeValidate( LocationInfo target )
Parameters
- target
- Type: PostSharp.Reflection.LocationInfo
The location to which the current aspect has been applied.
Return Value
Type: Booleantrue if target is a valid target for the current aspect, otherwise false.
