Method | Description | |
---|---|---|
GetOperatorInfo ( ExpressionType op ) : |
Given an operator returns the OperatorInfo associated with the operator or null
|
|
GetOperatorInfo ( string name ) : |
Method | Description | |
---|---|---|
MakeOperatorTable ( ) : OperatorInfo>.Dictionary |
||
OperatorInfo ( ExpressionType op, string name, string altName ) : System.Linq.Expressions |
public static GetOperatorInfo ( ExpressionType op ) : |
||
op | ExpressionType | |
return |
public static GetOperatorInfo ( string name ) : |
||
name | string | |
return |