CustomAttributeIntroductionAspect Constructor (CustomAttributeData) |
Initializes a new CustomAttributeIntroductionAspect by specifying a
CustomAttributeData.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public CustomAttributeIntroductionAspect( CustomAttributeData customAttributeData )
Parameters
- customAttributeData
- Type: System.Reflection.CustomAttributeData
Construction of the custom attribute to be added to the target.