NotificationDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the specified item.

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(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The item.

Implements

ICollectionTAdd(T)
See Also

Reference