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

◆ Goto() [1/4]

static GotoExpression System.Linq.Expressions.Expression< TDelegate >.Goto ( LabelTarget target)
inlinestaticinherited

Definition at line 2732 of file Expression.cs.

2733 {
2734 return MakeGoto(GotoExpressionKind.Goto, target, null, typeof(void));
2735 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

References System.Linq.Expressions.Expression< TDelegate >.MakeGoto().

Referenced by System.Linq.Expressions.Interpreter.LightCompiler.CompileSwitchExpression(), and System.Dynamic.DynamicMetaObjectBinder.GetUpdateExpression().