Click or drag to resize

ListDictionaryTKey, TValueAdd Method

Adds and entry.

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
The key.
value  TValue
The value.
See Also