Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FlowControl
enum
System.Reflection.Emit.FlowControl
Enumerator
Branch
Break
Call
Cond_Branch
Meta
Next
Phi
Return
Throw
Definition at line
3
of file
FlowControl.cs
.
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.Next
@ Next
System.Reflection.Emit.FlowControl.Phi
@ Phi
System.Reflection.Emit.FlowControl.Meta
@ Meta
System.Reflection.Emit.FlowControl.Branch
@ Branch
System.Reflection.Emit.FlowControl.Cond_Branch
@ Cond_Branch
System
Reflection
Emit
Generated by
1.10.0