Click or drag to resize

WeakDictionaryTKey, TValueAdd Method

Adds a key-value pair to the dictionary.

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

Parameters

key  TKey
The key.
val  TValue
The value.
See Also