Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / NewGenerator / Castle.NewGenerator.Core / IGenerator.cs
blob301596620e419fe333119aceb8ffe32b11209b0b
1 namespace Castle.NewGenerator.Core
3 public interface IGenerator
5 string TargetPath { get; set; }
7 void Generate(GeneratorContext context, IGeneratorService generator);