C# Class Pegasus.Expressions.TypedExpression

Represents an expression with a specific type.
Inheritance: Expression
Exibir arquivo Open project: otac0n/Pegasus Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TypedExpression ( CodeSpan type, Expression expression ) : System

Initializes a new instance of the TypedExpression class.

Method Details

TypedExpression() public method

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.
return System