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

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
+5
View File
@@ -65,5 +65,10 @@ namespace mROA.CodegenTools
return ((ITemplateSection)_insertedValue).ToString();
}
}
public object Clone()
{
return new InsertTemplatePart(_tag, Context, Parameters.ToArray());
}
}
}