Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProducedStack
override int System.Linq.Expressions.Interpreter.ByRefMethodInfoCallInstruction.ProducedStack
get
Definition at line
10
of file
ByRefMethodInfoCallInstruction.cs
.
11
{
12
get
13
{
14
if
(!(
_target
.
ReturnType
== typeof(
void
)))
15
{
16
return
1;
17
}
18
return
0;
19
}
20
}
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
ByRefMethodInfoCallInstruction
Generated by
1.10.0