C# 클래스 ProjectGenerator.TextWriter

파일 보기 프로젝트 열기: mheise/Unmake

공개 메소드들

메소드 설명
appendline ( string absfilepath, string line, System file ) : void
createfile ( string absfilepath ) : System.IO.StreamWriter

비공개 메소드들

메소드 설명
writetest ( ) : void

메소드 상세

appendline() 공개 메소드

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

createfile() 공개 메소드

public createfile ( string absfilepath ) : System.IO.StreamWriter
absfilepath string
리턴 System.IO.StreamWriter