Open sandboxFocus

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, IEquatable<IDeclaration>

Properties

Name Description
Parameters

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

Extension Methods