Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConsumedStack
override int System.Linq.Expressions.Interpreter.EnterExceptionHandlerInstruction.ConsumedStack
get
Definition at line
15
of file
EnterExceptionHandlerInstruction.cs
.
16
{
17
get
18
{
19
if
(!
_hasValue
)
20
{
21
return
0;
22
}
23
return
1;
24
}
25
}
System.Linq.Expressions.Interpreter.EnterExceptionHandlerInstruction._hasValue
readonly bool _hasValue
Definition
EnterExceptionHandlerInstruction.cs:11
System
Linq
Expressions
Interpreter
EnterExceptionHandlerInstruction
Generated by
1.10.0