forum

Home / DeveloperSection / Forums / Create new reference to array with different length

Create new reference to array with different length

Anonymous User179105-Oct-2013

Given some array:

int[] array =newint[8000];

Is it possible to refer to a new array such that:

int[] array2 =Array.SameReferenceDifferentLength(array,4000);

Updated on 05-Oct-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By