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

◆ Break() [3/4]

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

Definition at line 2697 of file Expression.cs.

2698 {
2699 return MakeGoto(GotoExpressionKind.Break, target, value, type);
2700 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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