390093d007
* wip * . * method * TT * TT * . * . * mp
16 lines
433 B
C#
16 lines
433 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonT<,>))]
|
|
public partial interface IPersonT<T1, T2>
|
|
where T1 : struct
|
|
where T2 : class, new()
|
|
{
|
|
}
|
|
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonTT<,>))]
|
|
public partial interface IPersonTT<T1, T2>
|
|
where T1 : struct
|
|
where T2 : class, new()
|
|
{
|
|
}
|
|
} |