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

◆ CurrentLambdaName

string System.Linq.Expressions.Compiler.CompilerScope.CurrentLambdaName
getprivate

Definition at line 232 of file CompilerScope.cs.

233 {
234 get
235 {
237 {
238 if (compilerScope.Node is LambdaExpression lambdaExpression)
239 {
240 return lambdaExpression.Name;
241 }
242 }
244 }
245 }

Referenced by System.Linq.Expressions.Compiler.CompilerScope.ResolveVariable().