TargetTypeDictionaryAdd(ReferenceLinkType, TargetDictionary) 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: 2024.12.21.0
public void Add(
	ReferenceLinkType type,
	TargetDictionary dictionary
)

Parameters

type  ReferenceLinkType
The reference link type to use for targets in the given dictionary
dictionary  TargetDictionary
The target dictionary to add

See Also