.net - VB.NET Array with Double Bracket ()() -


i came accross double bracket after variable name , wondering mean.

what below mean?

private orgidfield()() string 

i aware of;

private orgidfield() string 

it jagged array (an array of arrays). can find more info @ this msdn article.


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -