Property SectionFilter
SectionFilter
Gets the filter function applied to Section objects.
public Func<Section, bool> SectionFilter { get; }
Property Value
Remarks
The function should return true
if a Section is to be filtered (i.e., skipped) or false
to include it.