namespace etoy { /// /// 代码生成器 /// interface IGenerater { /// /// 生成 /// /// void Generate(Context context); } }