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

◆ ProducedStack

override int System.Linq.Expressions.Interpreter.ByRefMethodInfoCallInstruction.ProducedStack
get

Definition at line 10 of file ByRefMethodInfoCallInstruction.cs.

11 {
12 get
13 {
14 if (!(_target.ReturnType == typeof(void)))
15 {
16 return 1;
17 }
18 return 0;
19 }
20 }