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

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public void Add(
	string key,
	TValue value
)

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: TValue
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
See Also