Open sandboxFocus

Interface IMemberBuilder

Allows to complete the construction of a member (but not a named type) that has been created by an advice.

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

Properties

Name Description
IsVirtual

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

Extension Methods