Table of Contents

Target.Add Method

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.Targets.dll

Add the target to the given collection

public virtual void Add(IDictionary<string, Target> targets)

Parameters

targets IDictionary<string, Target>

The targets dictionary to which this target is added

Remarks

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