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

◆ Break() [4/4]

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

Definition at line 2692 of file Expression.cs.

2693 {
2694 return MakeGoto(GotoExpressionKind.Break, target, null, type);
2695 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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