initial code
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace SourceGeneratorInterface
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
IPerson ip = null;
|
||||
//var i = ip.Id;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user