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

◆ ByRefNewInstruction()

System.Linq.Expressions.Interpreter.ByRefNewInstruction.ByRefNewInstruction ( ConstructorInfo target,
int argumentCount,
ByRefUpdater[] byrefArgs )
inlinepackage

Definition at line 12 of file ByRefNewInstruction.cs.

13 : base(target, argumentCount)
14 {
15 _byrefArgs = byrefArgs;
16 }

References System.Linq.Expressions.Interpreter.ByRefNewInstruction._byrefArgs.