void
This commit is contained in:
@@ -9,6 +9,7 @@ namespace SourceGeneratorInterface
|
||||
PersonProxy p = new PersonProxy(new Person());
|
||||
p.Name = "test";
|
||||
p.Add("x");
|
||||
p.Void();
|
||||
Console.WriteLine(System.Text.Json.JsonSerializer.Serialize(p));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user