ConstructorTarget.Parameters Property

This read-only property returns an enumerable list of parameters if any

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2025.3.22.0
public IList<Parameter> Parameters { get; }

Property Value

IList<Parameter>

See Also