ElementParameterFilter(FilterRule, Boolean)
Constructor
Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
Parameters
| Parameter | Type | Description |
|---|---|---|
| filterRule | FilterRule | The rule applied to test if the element passes this filter. |
| inverted | Boolean | True if the filter should match all elements which do not pass the filter rule. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |