Target.Add Method
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.Targets.dll
Add the target to the given collection
public virtual void Add(IDictionary<string, Target> targets)
Parameters
targetsIDictionary<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