Click or drag to resize
ExpressionSubtraction Operator
Overload List
  NameDescription
Public operatorStatic memberSubtraction(Object, Expression)
Operator overload for the '-' operator to produce an Expression which represents value - expression
Public operatorStatic memberSubtraction(Expression, Expression)
Operator overload for the '-' operator to produce an Expression which represents expression - expression
Public operatorStatic memberSubtraction(Expression, Object)
Operator overload for the '-' operator to produce an Expression which represents expression - value
Top
See Also