Добавлена возможность получать доступ к шаблонам через встроенный ресурс
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
public class A
|
||||
{
|
||||
<!L linkTagA>
|
||||
<!L linkTag>
|
||||
<!L linkTag>
|
||||
Some literal for test
|
||||
<!D linkTagA>test text with definition in template<!D>
|
||||
|
||||
<!I ctorInserting>
|
||||
|
||||
<!I methodInserting R>
|
||||
|
||||
<!T MethodTemplate>
|
||||
public void <!L methodName>()
|
||||
{
|
||||
Console.WriteLine("<!L printText>");
|
||||
}
|
||||
<!T>
|
||||
}
|
||||
Reference in New Issue
Block a user