C#C
C#3y ago
alex_aom

Resizing an array

I have declared what I think is an array of integers
int[] validCoords = new int[1];
I believe this is a 1d array with 1 entry.
How would I resize this?
Was this page helpful?