C# Class GenerateFromSchema.CodeWriter

Inheritance: IDisposable
Mostrar archivo Open project: AnalyticalGraphicsInc/czml-writer Class Usage Examples

Public Methods

Method Description
CloseScope ( ) : void
CodeWriter ( TextWriter writer ) : System
CodeWriter ( string filename ) : System
DecreaseIndent ( ) : void
Dispose ( ) : void
IncreaseIndent ( ) : void
OpenScope ( ) : CodeScope
WriteLine ( ) : void
WriteLine ( string str ) : void

Method Details

CloseScope() public method

public CloseScope ( ) : void
return void

CodeWriter() public method

public CodeWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

CodeWriter() public method

public CodeWriter ( string filename ) : System
filename string
return System

DecreaseIndent() public method

public DecreaseIndent ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IncreaseIndent() public method

public IncreaseIndent ( ) : void
return void

OpenScope() public method

public OpenScope ( ) : CodeScope
return CodeScope

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string str ) : void
str string
return void