Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PostDecrementAssign() [1/2]

static UnaryExpression System.Linq.Expressions.Expression< TDelegate >.PostDecrementAssign ( Expression< TDelegate > expression)
inlinestaticinherited

Definition at line 5448 of file Expression.cs.

5449 {
5450 return MakeOpAssignUnary(ExpressionType.PostDecrementAssign, expression, null);
5451 }
static UnaryExpression MakeOpAssignUnary(ExpressionType kind, Expression expression, MethodInfo method)

References System.Linq.Expressions.Expression< TDelegate >.MakeOpAssignUnary().