Allows to complete the construction of a parameter that has been created using e.g. AddParameter(string, IType, RefKind, TypedConstant?).
Namespace: Metalama.Framework.Code.DeclarationBuilders
Assembly: Metalama.Framework.dll
Syntax
public interface IParameterBuilder : IParameter, INamedDeclaration, IExpression, IHasType, IDeclarationBuilder, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IEquatable<IDeclaration>
Properties
Name | Description |
---|---|
DefaultValue | |
Name | Gets or sets of the parameter name. |
RefKind | Gets or sets the parameter ref kind. |
Type | Gets or sets the parameter type. |