Adds a logical expression to the LTVerex instance.
public LTVerex AddLogicalExpression(
LTVerexLogicalExpression expression,
bool enable
)
expression
The LTVerexLogicalExpression to add.
enable
Indicates whether the expression should be enabled.
Returns the LTVerex instance so that these methods can be chained.