Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NSwag
CoreConsoleHost
C# Class NSwag.CoreConsoleHost
Inheritance:
IConsoleHost
ファイルを表示
Open project: NSwag/NSwag
Public Methods
Method
Description
ReadValue
(
string
message
) :
string
WriteError
(
string
message
) :
void
WriteMessage
(
string
message
) :
void
Method Details
ReadValue()
public
method
public
ReadValue
(
string
message
) :
string
message
string
return
string
WriteError()
public
method
public
WriteError
(
string
message
) :
void
message
string
return
void
WriteMessage()
public
method
public
WriteMessage
(
string
message
) :
void
message
string
return
void