Парсер шаблонов готов
This commit is contained in:
@@ -4,9 +4,14 @@ namespace mROA.CodegenTools
|
||||
{
|
||||
TemplateDocument Context { get; set; }
|
||||
int TargetLength { get; }
|
||||
string Bake();
|
||||
}
|
||||
|
||||
public interface IBaking
|
||||
{
|
||||
string Bake();
|
||||
}
|
||||
|
||||
|
||||
public interface ITagged : ITemplateSection
|
||||
{
|
||||
string Tag { get; }
|
||||
|
||||
Reference in New Issue
Block a user