Internal Only. Custom attribute used internally by PostSharp
to mark
elements having inherited custom attributes. This custom attribute should not
be used in custom code, otherwise PostSharp
may not work properly.
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface|AttributeTargets.Parameter|AttributeTargets.ReturnValue, AllowMultiple = false, Inherited = true)]
public sealed class HasInheritedAttributeAttribute : Attribute
Constructors
Name | Description |
---|---|
HasInheritedAttributeAttribute() | Initializes a new HasInheritedAttributeAttribute. |