Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProducedContinuations
override int System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction.ProducedContinuations
get
Definition at line
11
of file
EnterTryCatchFinallyInstruction.cs
.
12
{
13
get
14
{
15
if
(!
_hasFinally
)
16
{
17
return
0;
18
}
19
return
1;
20
}
21
}
System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction._hasFinally
readonly bool _hasFinally
Definition
EnterTryCatchFinallyInstruction.cs:5
System
Linq
Expressions
Interpreter
EnterTryCatchFinallyInstruction
Generated by
1.10.0