TargetDictionaryRemove(String) Method
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
- key String
- The key of the element to remove.
Boolean if the element is successfully removed; otherwise,
. This method also returns
if
key was not found in the original
IDictionaryTKey, TValue.
IDictionaryTKey, TValueRemove(TKey) This method is not implemented as targets are never removed