C# Class Grasp.VariableExpression

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

Méthodes publiques

Свойство Type Description
ExpressionType ExpressionType

Méthodes publiques

Méthode Description
ToString ( ) : string

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

Private Methods

Méthode Description
VariableExpression ( Variable variable ) : System

Method Details

ToString() public méthode

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

Property Details

ExpressionType public_oe static_oe property

The value of System.Linq.Expressions.ExpressionType associated with variable expressions
public static ExpressionType ExpressionType
Résultat ExpressionType