ParameterSpecification(string, IType, ImmutableArray<AttributeConstruction>)
Initializes a new instance of the ParameterSpecification struct.
Declaration
public ParameterSpecification(string name, IType type, ImmutableArray<AttributeConstruction> attributes = default)
Parameters
Type | Name | Description |
---|---|---|
string | name | Parameter name. |
IType | type | Parameter type. |
ImmutableArray<AttributeConstruction> | attributes | List of custom attributes of the parameter. |