C# Class Grasp.VariableExpression

An expression tree node which represents a variable
Inheritance: System.Linq.Expressions.Expression
Exibir arquivo Open project: bwatts/Grasp

Public Properties

Property Type Description
ExpressionType ExpressionType

Public Methods

Method Description
ToString ( ) : string

Gets the fully-qualified name of the variable represented by this expression tree node

Private Methods

Method Description
VariableExpression ( Variable variable ) : System

Method Details

ToString() public method

Gets the fully-qualified name of the variable represented by this expression tree node
public ToString ( ) : string
return string

Property Details

ExpressionType public_oe static_oe property

The value of System.Linq.Expressions.ExpressionType associated with variable expressions
public static ExpressionType ExpressionType
return ExpressionType