Can i get an example of how to make something like a vector or an arraylist in visual basic .net
|
|
|
|
|
|
|
or (equivalently):
If you want a generic List (very similiar to ArrayList):
|
||||||
|
|
|
Try the following
|
||
|
|
|
|
Module Module1
|
||
|
|
|
|
If you happen to be using VB10 you should be able to use the following syntax.
|
||
|
|
