1Imports System 2Imports System.Collections 3Imports System.Reflection 4 5Namespace For1 6 Class Test 7 Shared Function Main() As Integer 8 For d As Double = 0 To 3 9 10 Next 11 End Function 12 End Class 13End Namespace