Click or drag to resize

ParameterDefinition Constructor (String, ParameterAttributes, TypeReference)

Initializes a new instance of the ParameterDefinition class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ParameterDefinition(
	string name,
	ParameterAttributes attributes,
	TypeReference parameterType
)

Parameters

name
Type: SystemString
attributes
Type: Mono.CecilParameterAttributes
parameterType
Type: Mono.CecilTypeReference
See Also