المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Array



C# Programming
04-24-2011, 05:11 AM
Hi everyone
could you tell me what are these? and how we can initialize them?
(1) int[][][] array = new int[3][][];

(2) int[,][][] secondarray= new int[3,2][][];
Thanks