Creates a new FilterRule with the given values.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public FilterRule( FilterModifiers modifier, FilterElements element )
Parameters
- modifier
- Type: NReflect.Filter.FilterModifiers
The Modifier for this rule.
- element
- Type: NReflect.Filter.FilterElements
The element for this rule
See Also