Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IAddress.cs
T
Stef Heyenrath e00c0c7706 Implement Complex
2021-07-25 11:16:48 +02:00

7 lines
165 B
C#

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