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

◆ Label() [4/6]

static LabelTarget System.Linq.Expressions.Expression< TDelegate >.Label ( string? name)
inlinestaticinherited

Definition at line 3229 of file Expression.cs.

3230 {
3231 return Label(typeof(void), name);
3232 }

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