MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsInheritable­Attribute
Open sandboxFocus

InheritableAttribute Class

Custom attribute that, when applied to an aspect class, means that instances of this aspect are inherited from the base class or interface to derived classes, from base methods to method overrides, from interface methods to method implementations, and so on.

Inheritance
InheritableAttribute
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class InheritableAttribute : Attribute

Constructors

Name Description
InheritableAttribute()