C# Class Pegasus.Expressions.NameExpression

Represents a reference to another expression by name.
Inheritance: Expression
Exibir arquivo Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
NameExpression ( Identifier identifier ) : System

Initializes a new instance of the NameExpression class.

Method Details

NameExpression() public method

Initializes a new instance of the NameExpression class.
public NameExpression ( Identifier identifier ) : System
identifier Identifier The name of the referenced expression.
return System