7 lines
184 B
C#
7 lines
184 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonT<>))]
|
|
public partial interface IPersonT //<T> where T : struct
|
|
{ }
|
|
}
|