The text of this article is not in this database — only its details are. Read it on the old site: VB.Net Lists: Add some elegance to your code
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: VB.Net Lists: Add some elegance to your code
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Craig MurphyPosted Oct 4, 2012, 3:44 AM
Folks - this article was converted from C#, not by me though - it may well have been an automated process that pulled it over from the C# site where I originally published it. I will fix it though, since it is in my name! NOTE: THIS ARTICLE IS CONVERTED FROM C# TO VB.NET USING A CONVERSION TOOL. ORIGINAL ARTICLE CAN BE FOUND ON C# CORNER (http://www.c-sharpcorner.com/).
Paul TPosted Sep 26, 2012, 9:07 AM
An half in C# and an half in Vb.net...you look in the future or in confusion? Quality please!
Livan AfryantoPosted Mar 9, 2010, 4:04 AM
itu adalah LINQ ya ? keren that is 'LINQ things', isn't it ? that is very cool
kanatiPosted Feb 5, 2010, 9:39 PM
Good stuff though you are mixing C# and VB.NET syntax. Bit confusing if someone isn't fluent in both and aware of it. :)
StevenPosted Oct 17, 2008, 12:09 PM
Thanks for pointing me in the right direction, however the correct VB.Net syntax to create your list would be: Dim people As List(Of person) = New List(Of person) Steve