InvertFilter Constructor NReflect
Initializes a new instance of InvertFilter.

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

public InvertFilter(
	IFilter filter
)

Parameters

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