Click or drag to resize

PartitionableListTPartialViewBase Constructor

Initializes a new instance of the PartitionableListTPartialViewBase class.

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

Parameters

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