TargetTypeDictionary.Add Method
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
Add(string, Target)
public void Add(string key, Target value)
Parameters
Remarks
This method is not implemented. Use Add(ReferenceLinkType, TargetDictionary) to add target dictionaries and their associated reference link type
Add(KeyValuePair<string, Target>)
public void Add(KeyValuePair<string, Target> item)
Parameters
itemKeyValuePair<string, Target>
Remarks
This method is not implemented. Use Add(ReferenceLinkType, TargetDictionary) to add target dictionaries and their associated reference link type
Add(ReferenceLinkType, TargetDictionary)
Add a target type dictionary to the collection
public void Add(ReferenceLinkType type, TargetDictionary dictionary)
Parameters
typeReferenceLinkTypeThe reference link type to use for targets in the given dictionary
dictionaryTargetDictionaryThe target dictionary to add