TargetTypeDictionary.Remove(KeyValuePair<String, Target>) Method
Removes the first occurrence of a specific object from the
ICollection<T>.
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool Remove(
KeyValuePair<string, Target> item
)
Public Function Remove (
item As KeyValuePair(Of String, Target)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, Target^> item
) sealed
abstract Remove :
item : KeyValuePair<string, Target> -> bool
override Remove :
item : KeyValuePair<string, Target> -> bool
- item KeyValuePair<String, Target>
- The object to remove from the ICollection<T>.
Booleantrue if
item was successfully removed from the
ICollection<T>; otherwise,
false. This method also returns
false if
item is not found in the original
ICollection<T>.
ICollection<T>.Remove(T) This method is not implemented as targets are never removed