initial code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SourceGeneratorInterface
|
||||
{
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person))]
|
||||
public partial interface IPerson
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user