Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IPersonT.cs
T
2024-05-22 10:58:00 +01:00

7 lines
183 B
C#

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