TargetAdd Method
Add the target to the given collection
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public virtual void Add(
IDictionary<string, Target> targets
)
Public Overridable Sub Add (
targets As IDictionary(Of String, Target)
)
public:
virtual void Add(
IDictionary<String^, Target^>^ targets
)
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
This can be overridden to add dependent targets to the dictionary as well