What?s a multicast delegate?
Answers were Sorted based on User's Feedback
Answer / daniel
It?s a delegate that points to and eventually fires off
several methods.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / prakash
Multicast delegate has one or more methods references. Its
return type is always void.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / karna
Multycast delegate is a delegate which can hold the more
than one method references.And also define as that a
delegate witch returns nothing(void)say it as multycast
delegate.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / pushparaj pentakota
Multycast delegate is a delegate which can hold multiple
function pointers and also it's return type is void.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / taran saran
Delegates which are capable of pointing to multiple function
of the same signature.The system.Delegate type maintain a
linked list that is used to hold the references to the
functions to be invoked by the delegate. This link list is
called as the invocation list.The delegate class provides a
shared member function calles combine() , which add a
reference of specified function to the invocation list
| Is This Answer Correct ? | 1 Yes | 2 No |
What is global asax in c#?
how to implement singelton in C# & its uses?
What is application c#?
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
How does split work in c#?
What are predicates in c#?
Is friend a constructor?
Is array reference type / value type ?
6 Answers Accenture, BirlaSoft,
What?s the .NET datatype that allows the retrieval of data by a unique key?
What are cshtml files?
How to open a new form on button click in Windows forms?
What is delegate in c# interview questions?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)