Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IPerson.cs
T
Stef Heyenrath 36fdd645b1 Fixes
2021-07-23 22:10:08 +02:00

7 lines
174 B
C#

namespace SourceGeneratorInterface
{
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), false)]
public partial interface IPerson
{
}
}