Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
OLEDB
Test
ModuleCore
CLTMConsole
C# Class OLEDB.Test.ModuleCore.CLTMConsole
Inheritance:
System.IO.TextWriter
Mostrar archivo
Open project: dotnet/corefx
Class Usage Examples
Public Methods
Method
Description
CLTMConsole
( ) :
System
Write
(
char
ch
) :
void
Write
(
string
strText
) :
void
WriteLine
( ) :
void
WriteLine
(
string
strText
) :
void
Method Details
CLTMConsole()
public
method
public
CLTMConsole
( ) :
System
return
System
Write()
public
method
public
Write
(
char
ch
) :
void
ch
char
return
void
Write()
public
method
public
Write
(
string
strText
) :
void
strText
string
return
void
WriteLine()
public
method
public
WriteLine
( ) :
void
return
void
WriteLine()
public
method
public
WriteLine
(
string
strText
) :
void
strText
string
return
void