EnumerationTargetAdd Method
This is overridden to add the enumeration along with all of its elements to the target dictionary
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public override void Add(
IDictionary<string, Target> targets
)
Public Overrides Sub Add (
targets As IDictionary(Of String, Target)
)
public:
virtual void Add(
IDictionary<String^, Target^>^ targets
) override
abstract Add :
targets : IDictionary<string, Target> -> unit
override Add :
targets : IDictionary<string, Target> -> unit
Parameters
- targets IDictionaryString, Target
- The target dictionary to which the enumeration and its elements are added