DictionaryBaseTKey, TValueItem Property |
Gets or sets the value associated with the specified key.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public 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, TValueItemTKeyExceptions Exception | Condition |
---|
ArgumentNullException | key or value is null. |
See Also