Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueAdd Method (KeyValuePairString, TValue)

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

Parameters

item
Type: System.Collections.GenericKeyValuePairString, TValue
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
See Also