Rule.Filter

Rule.Filter property

确定是否应将 “filter-rule” 应用于要素的符号器。如果返回 true 则使用该符号器;否则,跳过该要素。

public Func<Feature, bool> Filter { get; }

另见