Add support for public and internal ProxyClass (#58)

* x

* fx

* .
This commit is contained in:
Stef Heyenrath
2023-02-24 16:22:26 +01:00
committed by GitHub
parent 4c7f7cde4d
commit eadcf8585f
15 changed files with 296 additions and 36 deletions
@@ -1,3 +1,5 @@
using ProxyInterfaceSourceGenerator.Types;
namespace ProxyInterfaceSourceGenerator.Models;
internal class ProxyData
@@ -17,4 +19,6 @@ internal class ProxyData
public List<string> Usings { get; init; }
public bool ProxyBaseClasses { get; init; }
public ProxyClassAccessibility Accessibility { get; init; }
}