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

◆ PostDecrementAssign() [2/2]

static UnaryExpression System.Linq.Expressions.Expression< TDelegate >.PostDecrementAssign ( Expression< TDelegate > expression,
MethodInfo? method )
inlinestaticinherited

Definition at line 5453 of file Expression.cs.

5454 {
5455 return MakeOpAssignUnary(ExpressionType.PostDecrementAssign, expression, method);
5456 }
static UnaryExpression MakeOpAssignUnary(ExpressionType kind, Expression expression, MethodInfo method)

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