C# 클래스 Absyn.ExpList

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Head Exp
Tail ExpList

공개 메소드들

메소드 설명
ToString ( ) : String

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

Head 공개적으로 프로퍼티

public Exp,Absyn Head
리턴 Exp

Tail 공개적으로 프로퍼티

public ExpList,Absyn Tail
리턴 ExpList