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