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

Constructor ParameterSpecification

ParameterSpecification(String, IType, ImmutableArray<AttributeConstruction>)

Initializes a new instance of the ParameterSpecification struct.

Declaration
public ParameterSpecification(string name, IType type, ImmutableArray<AttributeConstruction> attributes = null)
Parameters
Type Name Description
System.String name

Parameter name.

IType type

Parameter type.

System.Collections.Immutable.ImmutableArray<AttributeConstruction> attributes

List of custom attributes of the parameter.