Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IAddress.cs
T
Stef Heyenrath 390093d007 Add support for generics (#20)
* wip

* .

* method

* TT

* TT

* .

* .

* mp
2021-08-01 10:34:25 +02:00

7 lines
168 B
C#

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