Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IPerson.cs
T
Stef Heyenrath 9326899151 fixes
2021-07-25 10:41:29 +02:00

7 lines
167 B
C#

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