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

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

Parameters

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

Return Value

Type: Target
If not found, this implementation returns null.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
See Also