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

◆ Break() [2/4]

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

Definition at line 2687 of file Expression.cs.

2688 {
2689 return MakeGoto(GotoExpressionKind.Break, target, value, typeof(void));
2690 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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