PdfTreeTKey, TValueAdd Method |
Adds the specified key and value to the tree.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public void Add(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
Parameters
- key TKey
- The key of the entry to add.
- value TValue
- The value of the entry to add.
Exceptions Exception | Condition |
---|
ArgumentNullException | key is . |
ArgumentException | An entry with the same key already exists in the tree. |
See Also