Parameter Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public Parameter(
string name,
TypeReference type
)VB
Public Sub New (
name As String,
type As TypeReference
)C++
public:
Parameter(
String^ name,
TypeReference^ type
)F#
new :
name : string *
type : TypeReference -> ParameterParameters
- name String
- The parameter name
- type TypeReference
- The parameter type