Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerViaNuGet/IAddress.cs
T
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

6 lines
158 B
C#

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