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

ParameterSpecification Class

Specifies a constructor parameter.

Inheritance
ParameterSpecification
Namespace: Metalama.Extensions.DependencyInjection.Implementation
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[CompileTime]
public sealed class ParameterSpecification : ValueType

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.