Answer Posted / Vikram Singh Vimal
Anonymous types are C# classes that are automatically generated by the compiler. They don't have a name and their members (properties) are inferred from an initialization expression. Here's an example: `var person = new { Name = "John", Age = 30 };`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category