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

◆ Closure()

System.Runtime.CompilerServices.Closure.Closure ( object[] constants,
object?[] locals )
inline

Definition at line 14 of file Closure.cs.

15 {
16 Constants = constants;
17 Locals = locals;
18 }

References System.Runtime.CompilerServices.Closure.Constants, and System.Runtime.CompilerServices.Closure.Locals.