0
votes
votes
1 answers
a return keyword must not be followed by an object expression
hi how is it possible to return an arrayList from this: private void btnResult_Click(object sender, EventArgs e) { ArrayList arlist = new ArrayList(); arlist.Add(examResults); return arlist; } Many Thanks
