TargetTypeDictionary.Remove(KeyValuePair<String, Target>) Method

Removes the first occurrence of a specific object from the ICollection<T>.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool Remove(
	KeyValuePair<string, Target> item
)

Parameters

item  KeyValuePair<String, Target>
The object to remove from the ICollection<T>.

Return Value

Boolean
true 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>.

Implements

ICollection<T>.Remove(T)

Remarks

This method is not implemented as targets are never removed

Exceptions

See Also