Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Expression< TDelegate >.BinaryExpressionProxy Class Referencesealed

Public Member Functions

 BinaryExpressionProxy (BinaryExpression node)
 

Properties

bool CanReduce [get]
 
LambdaExpression Conversion [get]
 
string DebugView [get]
 
bool IsLifted [get]
 
bool IsLiftedToNull [get]
 
Expression Left [get]
 
MethodInfo Method [get]
 
ExpressionType NodeType [get]
 
Expression Right [get]
 
Type Type [get]
 

Private Attributes

readonly BinaryExpression _node
 

Detailed Description

Definition at line 32 of file Expression.cs.


The documentation for this class was generated from the following file: