Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueContains Method

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

Parameters

item
Type: System.Collections.GenericKeyValuePairString, TValue
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