Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
While
Environment
C# Class 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.
Mostra file
Open project: einaregilsson/While-Language
Public Methods
Method
Description
Exit
(
int
exitCode
) :
void
Method Details
Exit()
public
static
method
public
static
Exit
(
int
exitCode
) :
void
exitCode
int
return
void