In C# 3.0 you can create anonymous class with the following syntax var o = new { Id = 1, Name = "Foo" ...
-
May 5, 2022
- 0 Comments