LogicalAndFilter(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.
Remarks:
The input filters will be copied.
The input filters will be copied.
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 |