blah blah blah is here! blah blah » Close

0
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

Feedback