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

◆ Return() [2/4]

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

Definition at line 2722 of file Expression.cs.

2723 {
2724 return MakeGoto(GotoExpressionKind.Return, target, value, typeof(void));
2725 }
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)

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