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

◆ ConsumedStack

override int System.Linq.Expressions.Interpreter.LeaveExceptionHandlerInstruction.ConsumedStack
get

Definition at line 11 of file LeaveExceptionHandlerInstruction.cs.

12 {
13 get
14 {
15 if (!_hasValue)
16 {
17 return 0;
18 }
19 return 1;
20 }
21 }