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

7 lines
169 B
C#

namespace SourceGeneratorInterface
{
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Address))]
public partial interface IAddress
{
}
}