Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code.​Declaration­Builders / IHas­Parameters­Builder

Interface IHasParametersBuilder

Represents a builder of method, constructor, or indexer. Overrides the Parameters property to allow using IParameterBuilderList interface.

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

Properties

Name Description
Parameters

Gets the list of parameters of the current method (but not the return parameter).