mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-21 01:19:29 +00:00
Alpha implementation of dependency property source generator.
Testing project for source generator
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace System.Extensions.Templates
|
||||
{
|
||||
internal abstract class AbstractTemplate
|
||||
{
|
||||
public abstract void Generate(CodeWriter codeWriter);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user