C# Class Thinktecture.Tools.Web.Services.CodeGeneration.TextFile

A text file that is included with the code output.
Datei anzeigen Open project: WSCF/WSCF

Public Methods

Method Description
TextFile ( string filename, string content )

Initializes a new instance of the TextFile class.

Method Details

TextFile() public method

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