MulticastDelegate Class
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [IgnoreCastAttribute] [NameAttribute] public class MulticastDelegate : Delegate
<ExternalAttribute> _ <IgnoreCastAttribute> _ <NameAttribute> _ Public Class MulticastDelegate _ Inherits Delegate
[ExternalAttribute] [IgnoreCastAttribute] [NameAttribute] public ref class MulticastDelegate : public Delegate