Fix InterfaceName + update Properties, add private Fields

This commit is contained in:
Stef Heyenrath
2021-07-24 09:23:02 +02:00
parent 36fdd645b1
commit afe1710816
12 changed files with 98 additions and 56 deletions
@@ -4,9 +4,9 @@
{
private const string ClassName = "ProxyAttribute";
public Data GenerateFile()
public FileData GenerateFile()
{
return new Data($"{ClassName}.cs", $@"using System;
return new FileData($"{ClassName}.cs", $@"using System;
namespace ProxyInterfaceGenerator
{{