My Code :
long num = 0;
object[,] array;
array = (object[,])Array.Copy((Ar ray)array, new object[13, (int)num + 1 ] , array . Length );
My error :
Error 12 Cannot convert type 'void' to 'object[*,*]'
Please help me…
Thanks so much
long num = 0;
object[,] array;
array = (object[,])Array.Copy((Ar ray)array, new object[13, (int)num + 1 ] , array . Length );
My error :
Error 12 Cannot convert type 'void' to 'object[*,*]'
Please help me…
Thanks so much