NotificationDictionaryTKey, TValueItem Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the value associated with the specified key.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey

Return Value

Type: TValue
The value associated with the specified key. If the specified key is not found, a get operation throws a KeyNotFoundException, and a set operation creates a new element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is null.
KeyNotFoundException The property is retrieved and key does not exist in the collection.
See Also

Reference