C# Class ProjectGenerator.TextWriter

Afficher le fichier Open project: mheise/Unmake

Méthodes publiques

Méthode Description
appendline ( string absfilepath, string line, System file ) : void
createfile ( string absfilepath ) : System.IO.StreamWriter

Private Methods

Méthode Description
writetest ( ) : void

Method Details

appendline() public méthode

public appendline ( string absfilepath, string line, System file ) : void
absfilepath string
line string
file System
Résultat void

createfile() public méthode

public createfile ( string absfilepath ) : System.IO.StreamWriter
absfilepath string
Résultat System.IO.StreamWriter