Добавление клонирования шаблонов

This commit is contained in:
2025-03-25 20:00:08 +03:00
parent 012619a92c
commit 155d942a03
8 changed files with 52 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
using System;
namespace mROA.CodegenTools
{
public interface ITemplateSection
public interface ITemplateSection : ICloneable
{
TemplateDocument Context { get; set; }
int TargetLength { get; }