Table of Contents

Property SectionFilter

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

SectionFilter

Gets the filter function applied to Section objects.

public Func<Section, bool> SectionFilter { get; }

Property Value

Func<Section, bool>

Remarks

The function should return true if a Section is to be filtered (i.e., skipped) or false to include it.