TargetDictionaryContains Method

Determines whether the ICollectionT contains a specific value.

Definition

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

Parameters

item  KeyValuePairString, Target
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)

See Also