TargetTypeDictionaryItem Property

Gets or sets the element with the specified key.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public Target this[
	string key
] { get; set; }

Parameters

key  String
The key of the element to get or set.

Return Value

Target
If not found, this implementation returns null.

Implements

IDictionaryTKey, TValueItemTKey

Exceptions

ArgumentNullExceptionkey is .
KeyNotFoundExceptionThe property is retrieved and key is not found.
NotSupportedExceptionThe property is set and the IDictionaryTKey, TValue is read-only.

See Also