LogicalOrFilter(ElementFilter, ElementFilter)
Constructor
Description:
Constructs a new instance of the logical filter with two input filters.
Constructs a new instance of the logical filter with two input filters.
Parameters
Parameter | Type | Description |
---|---|---|
filter1 | ElementFilter | The first filter. |
filter2 | ElementFilter | The second filter. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |