C# Class ProjectGenerator.TextWriter

Mostrar archivo Open project: mheise/Unmake

Public Methods

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

Private Methods

Method Description
writetest ( ) : void

Method Details

appendline() public method

public appendline ( string absfilepath, string line, System file ) : void
absfilepath string
line string
file System
return void

createfile() public method

public createfile ( string absfilepath ) : System.IO.StreamWriter
absfilepath string
return System.IO.StreamWriter