How can you resize arrays?

int Old = 10;
int new = 20;

byte Array[] = new byte[Old];

Resize it to New??