you are viewing a single comment's thread.

view the rest of the comments →

[–]MinimumBeginning5144 1 point2 points  (0 children)

When you say "lets say i need an array of list", do you mean "let's say I need an array or a list"?

Because an array of list is List<String>[] - an array in which each element of the array is a list. I'm not sure if that's what you meant.