Expression::Add Method

 

Creates a BinaryExpression that represents an arithmetic addition operation that does not have overflow checking.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdd(Expression^, Expression^)

Creates a BinaryExpression that represents an arithmetic addition operation that does not have overflow checking.

System_CAPS_pubmethodSystem_CAPS_staticAdd(Expression^, Expression^, MethodInfo^)

Creates a BinaryExpression that represents an arithmetic addition operation that does not have overflow checking. The implementing method can be specified.

Return to top
Show: