Метод |
Описание |
|
ArrayIndex ( BinaryExpression e ) : Node |
|
|
Binary ( BinaryExpression e, string text ) : Node |
|
|
Conditional ( ConditionalExpression e ) : Node |
|
|
Constant ( ConstantExpression e ) : Node |
|
|
DynamicInvoke ( Expression e ) : object |
|
|
FormatObject ( object value ) : string |
|
|
FormatObjectPossessive ( object value ) : string |
|
|
FormatTargetInvocationException ( TargetInvocationException exception ) : string |
|
|
GetHints ( Expression e, object value ) : string |
|
|
GetValue ( Expression e, bool possessive ) : string |
|
|
IsDisplayClass ( Expression expression ) : bool |
|
|
Lambda ( Expression e ) : Node |
|
|
Member ( MemberExpression e ) : Node |
|
|
MethodCall ( MethodCallExpression e ) : Node |
|
|
NameOfType ( Type t ) : string |
|
|
NewArray ( NewArrayExpression e ) : Node |
|
|
NewObject ( NewExpression e ) : Node |
|
|
TypeBinary ( TypeBinaryExpression e ) : Node |
|
|
Unary ( UnaryExpression e ) : Node |
|
|