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

◆ Empty()

Definition at line 2448 of file Expression.cs.

2449 {
2450 return new DefaultExpression(typeof(void));
2451 }

Referenced by System.Linq.Expressions.Expression< TDelegate >.IfThen().