DictionaryBaseTKey, TValueItem Property |
Gets or sets the value associated with the specified key.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic TValue this[
TKey key
] { get; set; }Public Default Property Item (
key As TKey
) As TValue
Get
Set
Parameters
- key TKey
- The key of the value to get or set.
Return Value
TValueThe value associated with the specified key.
Implements
IDictionaryTKey, TValueItemTKey
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | key or value is null. |
See Also