Instance of a custom attribute on a target declaration.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class CustomAttributeInstance
Properties
Name | Description |
---|---|
Attribute | Gets the custom attribute. |
Construction | Gets the ObjectConstruction (including given constructor arguments and named arguments) used to construct the Attribute. |
Target | Gets the declaration on which the custom attribute is defined. |