Specifies a constructor parameter.
Namespace: Metalama.Extensions.DependencyInjection.Implementation
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[CompileTime]
public readonly struct ParameterSpecificationConstructors
| Name | Description |
|---|---|
| ParameterSpecification(string, IType, ImmutableArray<AttributeConstruction>) | Initializes a new instance of the ParameterSpecification struct. |
Properties
| Name | Description |
|---|---|
| Attributes | Gets the list of custom attributes of the parameters. |
| Name | Gets the parameter name. |
| Type | Gets the parameter type. |