C# 클래스 _4_ComplingAST.Program.GlobalEnv

파일 보기 프로젝트 열기: GHScan/DailyProjects

공개 메소드들

메소드 설명
ExtendTo ( int newCount ) : void
Instance ( ) : GlobalEnv
this ( int index ) : object

비공개 메소드들

메소드 설명
GlobalEnv ( ) : System

메소드 상세

ExtendTo() 공개 메소드

public ExtendTo ( int newCount ) : void
newCount int
리턴 void

Instance() 공개 정적인 메소드

public static Instance ( ) : GlobalEnv
리턴 GlobalEnv

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object