69fa995982
* . * . * pnp * ok * compiles * ? * e * set * .ToArray() * n * ... * ok * pnp * . * . * mapster
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()
|
|
{
|
|
}
|
|
} |