Hi friends! Today we are going to learn about Anonymous Types in C#.
Let's start with the Introduction
Anonymous is a type that doesn't have any name. Anonymous type allows you to create a new type by using the new keyword and object initializer syntax without defining its class. The var is used to hold the reference of anonymous types. The Type...
Showing posts with label Anonymous Types. Show all posts
Showing posts with label Anonymous Types. Show all posts