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