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

◆ Goto() [4/4]

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

Definition at line 2737 of file Expression.cs.

2738 {
2739 return MakeGoto(GotoExpressionKind.Goto, target, null, type);
2740 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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