Imports System
Imports System.Linq
Public Module Module1
Public Sub Main()
Dim collection() As Integer = Enumerable.Range(1, 100).ToArray()
End Sub
End Module