Click or drag to resize

CachedObjectManagerByMaximumNumberOfItemsTKey, TValue Constructor

Initializes a new instance of the CachedObjectManagerByMaximumNumberOfItemsTKey, TValue class.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CachedObjectManagerByMaximumNumberOfItems(
	int maximumNumberOfItems
)

Parameters

maximumNumberOfItems  Int32
The maximum number of items allowed to store.
Exceptions
ExceptionCondition
ArgumentExceptionmaxItemsAllowedToStore must be > 0
See Also