ImplementationBoundAttributeAttribute Class
Custom attribute meaning that custom attributes of a given type are bound to the implementation, not to the semantics.
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public sealed class ImplementationBoundAttributeAttribute : Attribute
Constructors
Name | Description |
---|---|
ImplementationBoundAttributeAttribute(Type) | Initializes the new ImplementationBoundAttributeAttribute. |
Properties
Name | Description |
---|---|
AttributeType | Gets the type of the custom attribute that should not be moved from implementation to semantic. |