Target Type DictionaryAdd(Reference Link Type, Target Dictionary) Method
Add a target type dictionary to the collection
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public void Add(
ReferenceLinkType type,
TargetDictionary dictionary
)VB
Public Sub Add (
type As ReferenceLinkType,
dictionary As TargetDictionary
)C++
public:
void Add(
ReferenceLinkType type,
TargetDictionary^ dictionary
)F#
member Add :
type : ReferenceLinkType *
dictionary : TargetDictionary -> unit Parameters
- type ReferenceLinkType
- The reference link type to use for targets in the given dictionary
- dictionary TargetDictionary
- The target dictionary to add