Anonymous classes

  • Thread starter Thread starter No One
  • Start date Start date
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.
 
Back
Top