2020 Constructor
Changes 0
C

ElementParameterFilter(FilterRule, Boolean)

Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
public ElementParameterFilter(
	FilterRule filterRule,
	bool inverted
)