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

◆ Continue() [1/2]

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

Definition at line 2702 of file Expression.cs.

2703 {
2704 return MakeGoto(GotoExpressionKind.Continue, target, null, typeof(void));
2705 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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