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

◆ InstructionName

override string System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction.InstructionName
get

Definition at line 23 of file EnterTryCatchFinallyInstruction.cs.

24 {
25 get
26 {
27 if (!_hasFinally)
28 {
29 return "EnterTryCatch";
30 }
31 return "EnterTryFinally";
32 }
33 }