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

◆ PreDecrementAssign() [1/2]

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

Definition at line 5428 of file Expression.cs.

5429 {
5430 return MakeOpAssignUnary(ExpressionType.PreDecrementAssign, expression, null);
5431 }
static UnaryExpression MakeOpAssignUnary(ExpressionType kind, Expression expression, MethodInfo method)

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