StatisticFilter Constructor NReflect
Initializes a new instance of StatisticFilter.

Namespace: NReflect.Filter
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public StatisticFilter(
	IFilter filter
)

Parameters

filter
Type: NReflect.Filter.IFilter
The filter whose filter results will be counted.
See Also