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

ParameterSpecification Constructor

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
String name

Parameter name.

IType type

Parameter type.

ImmutableArray<AttributeConstruction> attributes

List of custom attributes of the parameter.