Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LabelScopeKind.cs
Go to the documentation of this file.
1
namespace
System.Linq.Expressions.Interpreter
;
2
3
internal
enum
LabelScopeKind
4
{
5
Statement
,
6
Block
,
7
Switch
,
8
Lambda
,
9
Try
,
10
Catch
,
11
Finally
,
12
Filter
,
13
Expression
14
}
System.Linq.Expressions.Expression
Definition
Expression.cs:5484
System.Linq.Expressions.Interpreter.LabelScopeKind
LabelScopeKind
Definition
LabelScopeKind.cs:4
System.Linq.Expressions.Interpreter.LabelScopeKind.Lambda
@ Lambda
System.Linq.Expressions.Interpreter.LabelScopeKind.Statement
@ Statement
System.Linq.Expressions.Interpreter.LabelScopeKind.Finally
@ Finally
System.Linq.Expressions.Interpreter.LabelScopeKind.Switch
@ Switch
System.Linq.Expressions.Interpreter.LabelScopeKind.Catch
@ Catch
System.Linq.Expressions.Interpreter.LabelScopeKind.Filter
@ Filter
System.Linq.Expressions.Interpreter.LabelScopeKind.Block
@ Block
System.Linq.Expressions.Interpreter.LabelScopeKind.Try
@ Try
System.Linq.Expressions.Interpreter
Definition
ActionCallInstruction.cs:3
source
System.Linq.Expressions
System.Linq.Expressions.Interpreter
LabelScopeKind.cs
Generated by
1.10.0