Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReturnType
override
Type
System.Dynamic.UnaryOperationBinder.ReturnType
get
sealed
Definition at line
8
of file
UnaryOperationBinder.cs
.
9
{
10
get
11
{
12
ExpressionType
operation =
Operation
;
13
if
((uint)(operation - 83) <= 1u)
14
{
15
return
typeof(
bool
);
16
}
17
return
typeof(
object
);
18
}
19
}
System.Dynamic.UnaryOperationBinder.Operation
ExpressionType Operation
Definition
UnaryOperationBinder.cs:21
System.Linq.Expressions.ExpressionType
ExpressionType
Definition
ExpressionType.cs:4
System
Dynamic
UnaryOperationBinder
Generated by
1.10.0