Click or drag to resize

WeakDictionaryTKey, TValueWeakKeyT Constructor

Initializes a new instance of the WeakDictionaryTKey, TValueWeakKeyT class.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public WeakKey(
	T obj
)

Parameters

obj  T
The key object.
See Also