what exactly is delegate in C#

Posted by Learning.net on Stack Overflow See other posts from Stack Overflow or by Learning.net
Published on 2010-06-02T18:00:22Z Indexed on 2010/06/02 18:04 UTC
Read the original article Hit count: 107

Filed under:
|

Hi All, can somebody explain the use of delegate..I know that it is used to invoke methods at run time...but exactly what does it mean..can somebody explain it with some simple example, which will help a newcomer to understand delegate better

© Stack Overflow or respective owner

Related posts about c#

Related posts about delegates