C# 클래스 Pegasus.Expressions.NameExpression

Represents a reference to another expression by name.
상속: Expression
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
NameExpression ( Identifier identifier ) : System

Initializes a new instance of the NameExpression class.

메소드 상세

NameExpression() 공개 메소드

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