Expression::PowerAssign Method
Creates a BinaryExpression that represents raising an expression to a power and assigning the result back to the expression.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | PowerAssign(Expression^, Expression^) | Creates a BinaryExpression that represents raising an expression to a power and assigning the result back to the expression. |
![]() ![]() | PowerAssign(Expression^, Expression^, MethodInfo^) | Creates a BinaryExpression that represents raising an expression to a power and assigning the result back to the expression. |
![]() ![]() | PowerAssign(Expression^, Expression^, MethodInfo^, LambdaExpression^) | Creates a BinaryExpression that represents raising an expression to a power and assigning the result back to the expression. |

