Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerViaNuGet/IPerson.cs
T
Stef Heyenrath af99f41dc9 0.0.34
2023-02-25 10:12:37 +01:00

7 lines
195 B
C#

namespace ProxyInterfaceConsumer
{
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.Person), ProxyClassAccessibility.Internal))]
public partial interface IPerson
{
}
}