PostSharpAPI ReferencePost­Sharp.​ExtensibilityImplementation­Bound­Attribute­Attribute
Open sandboxFocus

ImplementationBoundAttributeAttribute Class

Custom attribute meaning that custom attributes of a given type are bound to the implementation, not to the semantics.

Inheritance
ImplementationBoundAttributeAttribute
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.