Interface ICodeGenerable
Implement this interface if the object can output code to generate it self.
public interface ICodeGenerable
Methods
ToCode(ProgrammingLanguage)
Return the code to generate the object itself from the specific language
string ToCode(ProgrammingLanguage language)
Parameters
language
ProgrammingLanguageThe programming language to output code
Returns
- string
The code to generate the object from the specific language