PdfTreeTKey, TValueContainsKey Method |
Determines whether the tree contains the specified key.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool ContainsKey(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
Parameters
- key TKey
- The key to locate in the tree.
Return Value
Boolean if the tree contains an entry with the specified key; otherwise,
.
Exceptions Exception | Condition |
---|
ArgumentNullException | key is . |
See Also