Expression.SubtractAssignChecked Method (Expression, Expression, MethodInfo, LambdaExpression)
Silverlight
Creates a BinaryExpression that represents a subtraction assignment operation that has overflow checking.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
public static BinaryExpression SubtractAssignChecked( Expression left, Expression right, MethodInfo method, LambdaExpression conversion )
Parameters
- left
- Type: System.Linq.Expressions.Expression
An Expression to set the Left property equal to.
- right
- Type: System.Linq.Expressions.Expression
An Expression to set the Right property equal to.
- method
- Type: System.Reflection.MethodInfo
A MethodInfo to set the Method property equal to.
- conversion
- Type: System.Linq.Expressions.LambdaExpression
A LambdaExpression to set the Conversion property equal to.
Return Value
Type: System.Linq.Expressions.BinaryExpressionA BinaryExpression that has the NodeType property equal to SubtractAssignChecked and the Left, Right, Method, and Conversion properties set to the specified values.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.