MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​Declaration­BuildersIMember­Or­Named­Type­Builder
Open sandboxFocus

IMemberOrNamedTypeBuilder Interface

Allows to complete the construction of a member or named type that has been created by an advice.

Namespace: Metalama.Framework.Code.DeclarationBuilders
Assembly: Metalama.Framework.dll
Syntax
public interface IMemberOrNamedTypeBuilder : IMemberOrNamedType, INamedDeclaration, IDeclarationBuilder, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable

Properties

Name Description
Accessibility

Gets or sets the accessibility of the member.

IsAbstract

Gets or sets a value indicating whether the member is abstract.

IsSealed

Gets or sets a value indicating whether the member is sealed.

IsStatic

Gets or sets a value indicating whether the member is static.

Name

Gets or sets the member name.