PartitionableListTPartialViewM(PartitionableListT, FuncT, Boolean) Constructor |
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected PartialView(
PartitionableList<T> list,
Func<T, bool> selectionCriterium
)
Parameters
- list PartitionableListT
- The parent collection.
- selectionCriterium FuncT, Boolean
- The selection criterion for items.
See Also