You cannot do this in the current version of Visual Basic, but the next version in Visual Studio 2010 allows you to use this syntax:
Dim Tom As List(Of String) = new List(Of String) From {"Tom", "Tom2"}
It uses the new of the keyword .
#, , Visual Studio 2008. ( # ) (MSDN).