NotificationDictionaryTKey, TValueAdd Method (TKey, TValue)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the specified key and value to the dictionary.

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 void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key of the element to add.
value
Type: TValue
The value of the element to add. The value can be null for reference types.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions

See Also

Reference