C# Class GenerateFromSchema.CodeWriter

Inheritance: IDisposable
Afficher le fichier Open project: AnalyticalGraphicsInc/czml-writer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CloseScope ( ) : void
Résultat void

CodeWriter() public méthode

public CodeWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

CodeWriter() public méthode

public CodeWriter ( string filename ) : System
filename string
Résultat System

DecreaseIndent() public méthode

public DecreaseIndent ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IncreaseIndent() public méthode

public IncreaseIndent ( ) : void
Résultat void

OpenScope() public méthode

public OpenScope ( ) : CodeScope
Résultat CodeScope

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string str ) : void
str string
Résultat void