Click or drag to resize

DictionaryWithNullableKeyTKey, TValueAdd(TKey, TValue) Method

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


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

Parameters

key  TKey

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

value  TValue

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

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also