Click or drag to resize

DictionaryBaseTKey, TValueItem Property

Gets or sets the value associated with the specified key.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TValue this[
	TKey key
] { get; set; }

Parameters

key  TKey
The key of the value to get or set.

Return Value

TValue
The value associated with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey or value is null.
See Also