Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueItem Property
Gets or sets the element with the specified key.

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public TValue this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the element to get or set.

Return Value

Type: TValue
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
See Also