In VB.Net you can do something like the following without any issues... just ignore the fact that this is a pretty useless class :-)
Imports System Public
you can say System.Collections.Generic.List. that would work.
I think you need to give the entire list and not omit out the system part.
ALso you will need to template it with string as in List similar to the List(Of string)