vb.net - Resize System.Array using Array.Resize -


hello there stackoverflowers.

i wondering if it's possible resize system.array using shared method array.resize.

i can't seem work; works if i, instance, write: array.resize(directcast(array, byte()), size)

but cannot rely on directcasts, program not know types arrays are.

thank you.


Comments