TargetTypeDictionary.Remove(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.
Booleantrue if the element is successfully removed; otherwise,
false. This method also returns
false if
key was not found in the original
IDictionary<TKey, TValue>.
IDictionary<TKey, TValue>.Remove(TKey) This method is not implemented as targets are never removed