Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValue Constructor

Initializes a new instance of the PartialDictionaryTKey, TBaseValue, TDerivValue class.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PartialDictionary(
	IDictionary<TKey, TBaseValue> parent
)

Parameters

parent  IDictionaryTKey, TBaseValue
The parent dictionary.
See Also