I am currently using this in my C# code:
numArray = (int[])Utils.CopyArray(numArray, new int[num3 + 1]);
I would like to switch to Array.Copy but