Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
msos
PrinterTextWriter
C# Class msos.PrinterTextWriter
Inheritance:
System.IO.TextWriter
Datei anzeigen
Open project: goldshtn/msos
Public Methods
Method
Description
PrinterTextWriter
(
IPrinter
printer
) :
System
Write
(
char
value
) :
void
Write
(
string
value
) :
void
Method Details
PrinterTextWriter()
public
method
public
PrinterTextWriter
(
IPrinter
printer
) :
System
printer
IPrinter
return
System
Write()
public
method
public
Write
(
char
value
) :
void
value
char
return
void
Write()
public
method
public
Write
(
string
value
) :
void
value
string
return
void