Prabhu Raja
What is a delegate?
Posted by Prabhu Raja in .Net | ASP.NET on Dec 27, 2011
0
Do you know the answer for this question? Post it below.
Guest

It is type safe method reference with delegates, a program can dynamically call diffrent method at run time.The primary perpose of delegates is to establish a infrastructure to support evnt.Delegate use for calling of multiple fuction with respect to same written type and parameter list.

Posted by sangeeta chandra on Mar 23, 2012

1. A strongly typed function pointer.
2. A light weight thread or process that can call a single method.
3. A reference to an object in a different process.
4. An inter-process message channel.

Posted by Prabhu Raja on Dec 27, 2011
Sponsored by

Become a Sponsor
PREMIUM SPONSORS
Sponsored by
Nevron Gauge for SharePoint
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.