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

◆ ShouldCache()

static bool System.Linq.Expressions.Interpreter.CallInstruction.ShouldCache ( MethodInfo info)
inlinestaticprivateinherited

Definition at line 123 of file CallInstruction.cs.

124 {
125 return true;
126 }

Referenced by System.Linq.Expressions.Interpreter.CallInstruction.Create().