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