Click or drag to resize

WeakDictionaryTKey, TValueItem Property

[Missing <summary> documentation for "P:Altaxo.Collections.WeakDictionary`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; }

Parameters

key  TKey
 

Property Value

TValue
See Also