 |
vb.net: Declaring & Initializing string array - Stack Overflow
I'm trying to return an array of strings from a function, and got surprised by an error. I would have expected this to work, but it produces an error: Public Function TestError() As String() ... Array initializer support for type inference were changed in
stackoverflow.com |
 |