Initializes a new instance of the
UnaryPredicateBase class.
Assembly: Epic.Query
Declaration Syntax
| C# |
protected UnaryPredicateBase( Predicate operand )
Parameters
- operand (Predicate)
- The operand of the predicate. Cannot be nullNothingnullptr.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException |
This exception is thrown if any of the operand is nullNothingnullptr |
