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, IEquatable<IDeclaration>Properties
| Name | Description |
|---|---|
| Accessibility | Gets or sets the accessibility of the member. |
| IsAbstract | Gets or sets a value indicating whether the member is |
| IsPartial | Gets or sets a value indicating whether the member is |
| IsSealed | Gets or sets a value indicating whether the member is |
| IsStatic | Gets or sets a value indicating whether the member is |
| Name | Gets or sets the member name. |