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

A text file that is included with the code output.
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
TextFile ( string filename, string content )

Initializes a new instance of the TextFile class.

Method Details

TextFile() public méthode

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