C# 클래스 While.Environment

Class to abstract the environment so it can be set to Test when unit testing. Otherwise calling System.Environment.Exit(1) would shut down NUnit.
파일 보기 프로젝트 열기: einaregilsson/While-Language

공개 메소드들

메소드 설명
Exit ( int exitCode ) : void

메소드 상세

Exit() 공개 정적인 메소드

public static Exit ( int exitCode ) : void
exitCode int
리턴 void