Open sandboxFocus

Interface IAttribute

Represent a custom attributes.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public interface IAttribute : IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IEquatable<IDeclaration>, IAttributeData, IAspectPredecessor

Properties

Name Description
ContainingDeclaration

Gets the declaration that owns the custom attribute.

Methods

Name Description
ToRef()

Extension Methods

See Also