Click or drag to resize

DictionaryWithNullableKeyTKey, TValueItem Property

[Missing <summary> documentation for "P:Altaxo.Collections.DictionaryWithNullableKey`2.Item(`0)"]


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

Parameters

key  TKey
 

Property Value

TValue

Implements

IDictionaryTKey, TValueItemTKey
See Also