Код компиляции документа

This commit is contained in:
2025-03-19 23:42:25 +03:00
parent b5acf25310
commit de16ee3a70
6 changed files with 54 additions and 27 deletions
+1
View File
@@ -3,6 +3,7 @@ namespace mROA.CodegenTools
public interface ITemplatePart
{
TemplateDocument Context { get; set; }
int TargetLength { get; }
string Bake();
}