Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Source
HRON
HRONWriterVisitor
C# Class Source.HRON.HRONWriterVisitor
Inheritance:
BaseHRONWriterVisitor
Mostra file
Open project: mrange/T4Include
Class Usage Examples
Public Methods
Method
Description
Document_Begin
( ) :
void
Document_End
( ) :
void
Protected Methods
Method
Description
Write
(
StringBuilder
line
) :
void
WriteLine
( ) :
void
Method Details
Document_Begin()
public
method
public
Document_Begin
( ) :
void
return
void
Document_End()
public
method
public
Document_End
( ) :
void
return
void
Write()
protected
method
protected
Write
(
StringBuilder
line
) :
void
line
System.Text.StringBuilder
return
void
WriteLine()
protected
method
protected
WriteLine
( ) :
void
return
void