Parameter Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public Parameter(
	string name,
	TypeReference type
)

Parameters

name  String
The parameter name
type  TypeReference
The parameter type

See Also