C# Class Entitas.CodeGenerator.CodeGenFile

Mostrar archivo Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
fileContent string
fileName string
generatorName string

Public Methods

Method Description
CodeGenFile ( string fileName, string fileContent, string generatorName )

Method Details

CodeGenFile() public method

public CodeGenFile ( string fileName, string fileContent, string generatorName )
fileName string
fileContent string
generatorName string

Property Details

fileContent public_oe property

public string fileContent
return string

fileName public_oe property

public string fileName
return string

generatorName public_oe property

public string generatorName
return string