Working with Collections - 21
- Posted: Nov 21, 2011 at 9:28 AM
- 17,818 Views
- 2 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Collections are a more powerful form of arrays. In this lesson we demonstrate an "old style" collection (pointing out their limitations) as well as several of the newer, strongly typed generic collections (List(Of T) and Dictionary(Of T1, T2)) utilizing the generics syntax.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Thanks so much for this video. I literally was wondering how to make a
Dim list As New List(of List(Of String)) From {New List(Of String) From {"G","b","c"}}Thanks so much for it!
Glad to hear it. Admittedly, it's a bit verbose when compared to the C# version, but still a nice shortcut to instantiate a quick, deep collection of object instances.
Remove this comment
Remove this thread
close