blah blah blah is here! blah blah » Close

1
votes
1 answers

Anonymous delegate expressions

Hi, the following code runs ok - [code]public delegate void IntAction(int x); class Program { static void Main(string[] args) { IntList xs = new IntList(); xs.Add(1); ...

Feedback