Expression::AddChecked Method
.NET Framework (current version)
Creates a BinaryExpression that represents an arithmetic addition operation that has overflow checking.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AddChecked(Expression^, Expression^) | Creates a BinaryExpression that represents an arithmetic addition operation that has overflow checking. |
![]() ![]() | AddChecked(Expression^, Expression^, MethodInfo^) | Creates a BinaryExpression that represents an arithmetic addition operation that has overflow checking. The implementing method can be specified. |
Show:

