ואחרי שאתחלת אתה צריך לקרוא לפעולה Getdetail עבור כל תא במערך בנפרד ע"י
stu[i].Getdetail()
static void Main(string[] args) { Class1[] stu = new Class1[10]; for (int i = 0; i < stu.Length; i++) stu[i] = new Class1(); for (int i = 0; i < stu.Length; i++) stu[i].Getdetail(); }