delegate for a overloaded method

  • Thread starter Thread starter Saradhi
  • Start date Start date
S

Saradhi

how to create a delegate for a overloaded method?

Thanks a Lot
-SARADHI
 
how to create a delegate for a overloaded method?

The same way you do for a method that isn't overloaded. The overload
that matches the delegate signature will be used.



Mattias
 

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