Click or drag to resize

CachedObjectManagerByMaximumNumberOfItemsTKey, TValueAdd Method

Adds an object under the specified key.

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 under which to store the object.
value  TValue
The value to store.
See Also