Click or drag to resize

PdfTreeTKey, TValueAdd(TKey, TValue) Method

Adds the specified key and value to the tree.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Add(
	TKey key,
	TValue value
)

Parameters

key  TKey
The key of the entry to add.
value  TValue
The value of the entry to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
ArgumentExceptionAn entry with the same key already exists in the tree.
See Also