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
}
System.Linq.Expressions.Interpreter.LeaveExceptionHandlerInstruction._hasValue
readonly bool _hasValue
Definition
LeaveExceptionHandlerInstruction.cs:7
System
Linq
Expressions
Interpreter
LeaveExceptionHandlerInstruction
Generated by
1.10.0