Including tools into codegen
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
namespace mROA.Codegen.Tools.Reading
|
||||
{
|
||||
public interface ISectionReader
|
||||
{
|
||||
string TemplateText { get; set; }
|
||||
int GetNextSectionIndex(int currentIndex);
|
||||
ITemplateSection ExtractSection(ref int index, TemplateDocument document);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user