PdfTreeTKey, TValueRemove Method |
Removes the value with the specified key from the tree.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
Parameters
- key TKey
- The key of the entry to remove.
Return Value
Boolean if the key is found and the entry removed; otherwise,
. This method returns
if key is not found in the tree.
Exceptions Exception | Condition |
---|
ArgumentNullException | key is . |
See Also