.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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -