Text::Template is a Perl library that allows to generate text from text containing Perl code that is evaluated.
I would like to use my own class define in a CS file in my TT. Example: public class ClassDefinition { …
c# t4 css texttemplateHi I am trying to find a way to pass a normal string as a parameter to a text template. …
c# string parameters t4 texttemplate