Click or drag to resize

PartitionableListTPartialViewM(PartitionableListT, FuncT, Boolean) Constructor

Initializes a new instance of the PartitionableListTPartialViewM class.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected PartialView(
	PartitionableList<T> list,
	Func<T, bool> selectionCriterium
)

Parameters

list  PartitionableListT
The parent collection.
selectionCriterium  FuncT, Boolean
The selection criterion for items.
See Also