MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Dependency­Injection.​ImplementationParameter­Specification
Open sandboxFocus

ParameterSpecification Struct

Specifies a constructor parameter.

Namespace: Metalama.Extensions.DependencyInjection.Implementation
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[CompileTime]
public readonly struct ParameterSpecification

Constructors

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.