Arrays Dim names = {"Foo", "Bar"} ' Inferred as String() Dim numbers = {1, 5, 42} ' Inferred as Integer(). Containers ( List(Of T) , Dictionary(Of TKey, ...
確定! 回上一頁