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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top