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

◆ Goto() [3/4]

static GotoExpression System.Linq.Expressions.Expression< TDelegate >.Goto ( LabelTarget target,
Expression< TDelegate >? value,
Type type )
inlinestaticinherited

Definition at line 2747 of file Expression.cs.

2748 {
2749 return MakeGoto(GotoExpressionKind.Goto, target, value, type);
2750 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

References System.Linq.Expressions.Expression< TDelegate >.MakeGoto(), System.type, and System.value.