Anson Woo

Results 1 comments of Anson Woo

I have found an interesting case that using Class works but Record doesn't: public record Foo(string EffectiveDate); public record Foo() { public string EffectiveDate { get; set; } } public...