TargetAdd Method

Add the target to the given collection

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public virtual void Add(
	IDictionary<string, Target> targets
)

Parameters

targets  IDictionaryString, Target
The targets dictionary to which this target is added

Remarks

This can be overridden to add dependent targets to the dictionary as well

See Also