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

◆ Continue() [2/2]

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

Definition at line 2707 of file Expression.cs.

2708 {
2709 return MakeGoto(GotoExpressionKind.Continue, target, null, type);
2710 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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