ProxyAll for interface part 1...

This commit is contained in:
Stef Heyenrath
2021-07-24 10:05:54 +02:00
parent afe1710816
commit 97fddc2f3f
9 changed files with 127 additions and 56 deletions
@@ -8,8 +8,8 @@ namespace SourceGeneratorInterface
{
IPerson p = new PersonProxy(new Person());
p.Name = "test";
p.MyNamedTypeSymbol = null;
p.Compilation = null;
//p.MyNamedTypeSymbol = null;
//p.Compilation = null;
//p.Add("x");
//p.Void();
Console.WriteLine(System.Text.Json.JsonSerializer.Serialize(p));