PartitionableListT(ActionT) Constructor |
Initializes a new instance of the
PartitionableListT class with an action to execute before insertion.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PartitionableList(
Action<T> actionBeforeInsertion
)
Parameters
- actionBeforeInsertion ActionT
- Action that is executed before an item is inserted.
See Also