Am I going crazy? I'm sure I recall seeing a method of instantiating a list and populating it using some method akin to:
Dim myList As List(Of Integer) {0, 4, 9, 10, 50}
It appears not to be the correct syntax and I can't work out what it's supposed to be...and maybe my head's not working properly today because I can't even figure out what to type into the search engine to bring back relevant useful results...anyon e?
Dim myList As List(Of Integer) {0, 4, 9, 10, 50}
It appears not to be the correct syntax and I can't work out what it's supposed to be...and maybe my head's not working properly today because I can't even figure out what to type into the search engine to bring back relevant useful results...anyon e?
Comment