Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
iSynaptic
Commons
Text
TextWriterDecorator
C# Class iSynaptic.Commons.Text.TextWriterDecorator
Inheritance:
System.IO.TextWriter
显示文件
Open project: iSynaptic/iSynaptic.Commons
Public Methods
Method
Description
Write
(
Char
value
) :
void
Protected Methods
Method
Description
TextWriterDecorator
(
TextWriter
underlying
) :
System
WriteDirect
(
String
text
) :
void
Method Details
TextWriterDecorator()
protected
method
protected
TextWriterDecorator
(
TextWriter
underlying
) :
System
underlying
System.IO.TextWriter
return
System
Write()
public
method
public
Write
(
Char
value
) :
void
value
Char
return
void
WriteDirect()
protected
method
protected
WriteDirect
(
String
text
) :
void
text
String
return
void