Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FlowControl.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Emit
;
2
3
public
enum
FlowControl
4
{
5
Branch
,
6
Break
,
7
Call
,
8
Cond_Branch
,
9
Meta
,
10
Next
,
11
[Obsolete(
"FlowControl.Phi has been deprecated and is not supported."
)]
12
Phi
,
13
Return
,
14
Throw
15
}
System.Reflection.Throw
Definition
Throw.cs:9
System.Reflection.Emit.FlowControl
FlowControl
Definition
FlowControl.cs:4
System.Reflection.Emit.FlowControl.Next
@ Next
System.Reflection.Emit.FlowControl.Phi
@ Phi
System.Reflection.Emit.FlowControl.Return
@ Return
System.Reflection.Emit.FlowControl.Meta
@ Meta
System.Reflection.Emit.FlowControl.Call
@ Call
System.Reflection.Emit.FlowControl.Branch
@ Branch
System.Reflection.Emit.FlowControl.Break
@ Break
System.Reflection.Emit.FlowControl.Cond_Branch
@ Cond_Branch
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
source
System.Private.CoreLib
System.Reflection.Emit
FlowControl.cs
Generated by
1.10.0