TargetTypeDictionaryRemove(KeyValuePairString, Target) Method
Removes the first occurrence of a specific object from the
ICollectionT.
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 KeyValuePairString, Target
- The object to remove from the ICollectionT.
Boolean if
item was successfully removed from the
ICollectionT; otherwise,
. This method also returns
if
item is not found in the original
ICollectionT.
ICollectionTRemove(T) This method is not implemented as targets are never removed