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

◆ Return() [1/4]

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

Definition at line 2712 of file Expression.cs.

2713 {
2714 return MakeGoto(GotoExpressionKind.Return, target, null, typeof(void));
2715 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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

Referenced by System.Dynamic.DynamicMetaObjectBinder.Bind(), and System.Runtime.CompilerServices.CallSite< T >.CreateCustomUpdateDelegate().