Files
2024-06-19 11:59:57 +01:00

9 lines
242 B
C#

using Speckle.ProxyGenerator;
namespace ProxyInterfaceConsumer
{
[Speckle.ProxyGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonT<>), ImplementationOptions.None)]
public partial interface IPersonT //<T> where T : struct
{ }
}