Переименование
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace mROA.CodegenTools
|
||||
{
|
||||
public interface ITemplateSection
|
||||
{
|
||||
TemplateDocument Context { get; set; }
|
||||
int TargetLength { get; }
|
||||
string Bake();
|
||||
}
|
||||
|
||||
public interface ITagged : ITemplateSection
|
||||
{
|
||||
string Tag { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user