8 lines
226 B
C#
8 lines
226 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonTT<,>))]
|
|
public partial interface IPersonTT<T1, T2>
|
|
where T1 : struct
|
|
where T2 : class, new() { }
|
|
}
|