Well, there is also the Clone method, but that's an instance member so you can't use it if your original array is a null reference. You could do this though I guess:Code:int[] newArray = (oldArray == null ? null : oldArray.Clone());
|
Results 1 to 12 of 12
Thread: [Resolved] - Duplicate Int[]Threaded View
|
Click Here to Expand Forum to Full Width |