C# Class Pegasus.Expressions.TypedExpression

Represents an expression with a specific type.
Inheritance: Expression
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TypedExpression ( CodeSpan type, Expression expression ) : System

Initializes a new instance of the TypedExpression class.

Method Details

TypedExpression() public méthode

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.
Résultat System