9
1
Option Strict On
2
Imports System.Collections.Generic
3
Public Module Module1
4
Public Sub Main()
5
Dim foo As List(Of String) = New List(Of String) 'Method 1
6
'Or
7
Dim bar As New List(Of String) 'Method 2
8
End Sub
9
End Module
Cached Result
Faculteit van 5: 120