NegateBoolExpression constructor

NegateBoolExpression(
  1. Expression<bool> value
)

Implementation

NegateBoolExpression(this.value);