Home »

What’s a multicast delegate?

Question ListCategory: C#.NETWhat’s a multicast delegate?
jamessmith05 author asked 8 years ago
2 Answers
jeanderson295 author answered 8 years ago

A delegate that has multiple handlers assigned to it. Each assigned handler (method) is called.

shah_kajal184 author answered 8 years ago

A delegate that has multiple handlers assigned to it. Each assigned handler (method) is called.

Please login or Register to Submit Answer