1
votes
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); ...
blah blah blah is here! blah blah » Close
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); ...
Got feedack? Found a bug? report it here.