Click or drag to resize

PartitionableListT(ActionT) Constructor

Initializes a new instance of the PartitionableListT class with an action to execute before insertion.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PartitionableList(
	Action<T> actionBeforeInsertion
)

Parameters

actionBeforeInsertion  ActionT
Action that is executed before an item is inserted.
See Also