Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Grasp
VariableExpression
C# Класс Grasp.VariableExpression
An expression tree node which represents a variable
Наследование:
System.Linq.Expressions.Expression
Показать файл
Открыть проект
Открытые свойства
Свойство
Тип
Описание
ExpressionType
ExpressionType
Открытые методы
Метод
Описание
ToString
( ) :
string
Gets the fully-qualified name of the variable represented by this expression tree node
Приватные методы
Метод
Описание
VariableExpression
(
Variable
variable
) :
System
Описание методов
ToString()
публичный
Метод
Gets the fully-qualified name of the variable represented by this expression tree node
public
ToString
( ) :
string
Результат
string
Описание свойств
ExpressionType
публичное статическое свойство
The value of
System.Linq.Expressions.ExpressionType
associated with variable expressions
public
static
ExpressionType
ExpressionType
Результат
ExpressionType