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

◆ ReturnType

override Type System.Dynamic.UnaryOperationBinder.ReturnType
getsealed

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 }