Click or drag to resize
Sandcastle Help File BuilderSqlTargetDictionaryContains Method

Namespace: SandcastleBuilder.Components.Targets
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override bool Contains(
	KeyValuePair<string, Target> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Target
The object to locate in the ICollectionT.

Return Value

Type: Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also