C# 클래스 Thinktecture.Tools.Web.Services.CodeGeneration.TextFile

A text file that is included with the code output.
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
TextFile ( string filename, string content )

Initializes a new instance of the TextFile class.

메소드 상세

TextFile() 공개 메소드

Initializes a new instance of the TextFile class.
public TextFile ( string filename, string content )
filename string The filename.
content string The content.