SyntaxFix
Write A Post
Hire A Developer
Questions
Collection initializers are only available in VB.NET 2010, released 2010-04-12:
Dim theVar = New List(Of String) From { "one", "two", "three" }