Пример #1
0
 public static void RunCodeGenerator(this TextTransformation transformation, ITextTemplatingEngineHost host, Generator generator)
 {
     using (TransformContextScope contextScope = new TransformContextScope(transformation, host))
     {
         generator.Run();
     }
 }
 public static void RunCodeGenerator(this TextTransformation transformation, ITextTemplatingEngineHost host, Generator generator)
 {
     using (TransformContextScope contextScope = new TransformContextScope(transformation, host))
     {
     generator.Run();
     }
 }