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