AspectDescriptionAttribute Constructor |
Initializes a new instance of the AspectDescriptionAttribute class.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public AspectDescriptionAttribute( string description )
Parameters
- description
- Type: System.String
A human-readable description of the aspect class to which the AspectDescriptionAttribute custom attribute is applied.