Fix InterfaceName + update Properties, add private Fields
This commit is contained in:
@@ -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
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user