ProxyAll for interface part 1...

This commit is contained in:
Stef Heyenrath
2021-07-24 10:05:54 +02:00
parent afe1710816
commit 97fddc2f3f
9 changed files with 127 additions and 56 deletions
@@ -1,6 +1,6 @@
namespace SourceGeneratorInterface
{
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), false)]
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), true)]
public partial interface IPerson
{
}