void
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
{
|
||||
return 600;
|
||||
}
|
||||
|
||||
public void Void()
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
public class Address
|
||||
|
||||
@@ -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