CachedObjectManagerByMaximumNumberOfItemsTKey, TValueAdd Method |
Adds an object under the specified key.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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