390093d007
* wip * . * method * TT * TT * . * . * mp
7 lines
187 B
C#
7 lines
187 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonT<>))]
|
|
public partial interface IPersonT<T> where T : struct
|
|
{
|
|
}
|
|
} |