EnumerationTargetAdd Method

This is overridden to add the enumeration along with all of its elements to the target dictionary

Definition

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

Parameters

targets  IDictionaryString, Target
The target dictionary to which the enumeration and its elements are added

See Also