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

◆ Goto() [2/4]

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

Definition at line 2742 of file Expression.cs.

2743 {
2744 return MakeGoto(GotoExpressionKind.Goto, target, value, typeof(void));
2745 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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