N Nicholas Paldino [.NET/C# MVP] Dec 3, 2004 #2 No One, Anonymous class support is not going to be in C# in 2.0. The closest you can get is anonymous delegates, where you can define your code in the event handler inline, instead of pointing to another method. Hope this helps.
No One, Anonymous class support is not going to be in C# in 2.0. The closest you can get is anonymous delegates, where you can define your code in the event handler inline, instead of pointing to another method. Hope this helps.