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: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public virtual void Add(
IDictionary<string, Target> targets
)VB
Public Overridable Sub Add (
targets As IDictionary(Of String, Target)
)C++
public:
virtual void Add(
IDictionary<String^, Target^>^ targets
)F#
abstract Add :
targets : IDictionary<string, Target> -> unit
override Add :
targets : IDictionary<string, Target> -> unit 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