C# Класс Pegasus.Expressions.TypedExpression

Represents an expression with a specific type.
Наследование: Expression
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
TypedExpression ( CodeSpan type, Expression expression ) : System

Initializes a new instance of the TypedExpression class.

Описание методов

TypedExpression() публичный Метод

Initializes a new instance of the TypedExpression class.
public TypedExpression ( CodeSpan type, Expression expression ) : System
type CodeSpan The specific type of the wrapped expression.
expression Expression The wrapped expression.
Результат System