7 lines
173 B
C#
7 lines
173 B
C#
namespace SourceGeneratorInterface
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), true)]
|
|
public partial interface IPerson
|
|
{
|
|
}
|
|
} |