PropertyTarget Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2025.3.22.0
public PropertyTarget(
	IList<Parameter> parameters,
	TypeReference returnType
)

Parameters

parameters  IList<Parameter>
The property parameters
returnType  TypeReference
The property return type

See Also