Imports System.Collections.Generic public class Test public Shared Sub Main Dim places As New List(Of String) places.Add("A") places.Add("B") places.Add("C") places.Add("D") End Sub End class