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

◆ Break() [1/4]

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

Definition at line 2682 of file Expression.cs.

2683 {
2684 return MakeGoto(GotoExpressionKind.Break, target, null, typeof(void));
2685 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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

Referenced by System.Runtime.CompilerServices.CallSite< T >.CreateCustomUpdateDelegate().