Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IPerson.cs
T
2021-07-24 10:05:54 +02:00

7 lines
173 B
C#

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