Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProducedStack
override int System.Linq.Expressions.Interpreter.MethodInfoCallInstruction.ProducedStack
get
Definition at line
14
of file
MethodInfoCallInstruction.cs
.
15
{
16
get
17
{
18
if
(!(
_target
.
ReturnType
== typeof(
void
)))
19
{
20
return
1;
21
}
22
return
0;
23
}
24
}
System.Linq.Expressions.Interpreter.MethodInfoCallInstruction._target
readonly MethodInfo _target
Definition
MethodInfoCallInstruction.cs:8
System.Reflection.MethodInfo.ReturnType
virtual Type ReturnType
Definition
MethodInfo.cs:19
System
Linq
Expressions
Interpreter
MethodInfoCallInstruction
Generated by
1.10.0