Declaring Anonymous Types in VB
Posted
on Internet.com
See other posts from Internet.com
Published on Mon, 07 Dec 2009 05:00:00 +010
Indexed on
2010/03/07
23:13 UTC
Read the original article
Hit count: 493
Filed under:
Using an anonymous type in VB, which is essential for technologies like LINQ, means that the compiler will generate a class for you based on context and named initializers saving you time and effort. To learn more read on.
© Internet.com or respective owner