TargetDictionary.Remove Method
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
Remove(string)
public bool Remove(string key)
Parameters
keystring
Returns
Remarks
This method is not implemented as targets are never removed
Remove(KeyValuePair<string, Target>)
public bool Remove(KeyValuePair<string, Target> item)
Parameters
itemKeyValuePair<string, Target>
Returns
Remarks
This method is not implemented