How to declare an array inline in VB.NET

Posted by erik on Stack Overflow See other posts from Stack Overflow or by erik
Published on 2008-11-14T21:04:16Z Indexed on 2010/06/15 6:02 UTC
Read the original article Hit count: 281

Filed under:
|
|

I am looking for the VB.NET equivalent of

var strings = new string[] {"abc", "def", "ghi"};

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about arrays