Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
OLEDB
Test
ModuleCore
CLTMConsole
C# Class OLEDB.Test.ModuleCore.CLTMConsole
Inheritance:
System.IO.TextWriter
Afficher le fichier
Open project: dotnet/corefx
Class Usage Examples
Méthodes publiques
Méthode
Description
CLTMConsole
( ) :
System
Write
(
char
ch
) :
void
Write
(
string
strText
) :
void
WriteLine
( ) :
void
WriteLine
(
string
strText
) :
void
Method Details
CLTMConsole()
public
méthode
public
CLTMConsole
( ) :
System
Résultat
System
Write()
public
méthode
public
Write
(
char
ch
) :
void
ch
char
Résultat
void
Write()
public
méthode
public
Write
(
string
strText
) :
void
strText
string
Résultat
void
WriteLine()
public
méthode
public
WriteLine
( ) :
void
Résultat
void
WriteLine()
public
méthode
public
WriteLine
(
string
strText
) :
void
strText
string
Résultat
void