Click or drag to resize

WeakDictionaryTKey, TValueItem Property

Gets the value associated with the specified key.

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.

Return Value

TValue
The value associated with the key.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the key does not exist in the dictionary.
See Also