The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::PostIncrementAssign Method
.NET Framework (current version)
Creates a UnaryExpression that represents the assignment of the expression followed by a subsequent increment by 1 of the original expression.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | PostIncrementAssign(Expression^) | Creates a UnaryExpression that represents the assignment of the expression followed by a subsequent increment by 1 of the original expression. |
![]() ![]() | PostIncrementAssign(Expression^, MethodInfo^) | Creates a UnaryExpression that represents the assignment of the expression followed by a subsequent increment by 1 of the original expression. |
Show:

