Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueAdd(TKey, TDerivValue) Method

[Missing <summary> documentation for "M:Altaxo.Collections.PartialDictionary`3.Add(`0,`2)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	TKey key,
	TDerivValue value
)

Parameters

key  TKey

[Missing <param name="key"/> documentation for "M:Altaxo.Collections.PartialDictionary`3.Add(`0,`2)"]

value  TDerivValue

[Missing <param name="value"/> documentation for "M:Altaxo.Collections.PartialDictionary`3.Add(`0,`2)"]

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also