Click or drag to resize

ListDictionaryTKey, TValueItem(TKey) Property

Gets the element that has the specified key in the read-only dictionary.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TValue this[
	TKey key
] { get; }

Parameters

key  TKey
The key to locate.

Return Value

TValue
The element that has the specified key in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
KeyNotFoundExceptionThe property is retrieved and key is not found.
See Also