ProxyBaseClasses (#27)

This commit is contained in:
Stef Heyenrath
2022-02-01 18:49:01 +01:00
committed by GitHub
parent 649ed89bb6
commit f9664e0564
45 changed files with 1305 additions and 836 deletions
@@ -1,11 +1,10 @@
namespace ProxyInterfaceSourceGenerator.Enums
namespace ProxyInterfaceSourceGenerator.Enums;
internal enum TypeEnum
{
internal enum TypeEnum
{
ValueTypeOrString,
ValueTypeOrString,
Interface,
Interface,
Complex
}
Complex
}