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

◆ Scope1() [1/2]

System.Linq.Expressions.Scope1.Scope1 ( IReadOnlyList< ParameterExpression > variables,
Expression body )
inlinepackage

Definition at line 13 of file Scope1.cs.

14 : this(variables, (object)body)
15 {
16 }

Referenced by System.Linq.Expressions.Scope1.Rewrite().