Initializes an instance of the MulticastDelegate class.
Initializes an instance of the MulticastDelegate class. This constructor is called from the class generated by the compiler-generated code.
[Visual Basic] Overloads Protected Sub New(Object, String)
[C#] protected MulticastDelegate(Object, String);
[C++] protected: MulticastDelegate(Object*, String);
[JScript] protected function MulticastDelegate(Object, String);
Initializes an instance of the MulticastDelegate class. This constructor is called from a class to generate a delegate based upon a static method name and the Type object for the class defining the method.
[Visual Basic] Overloads Protected Sub New(Type, String)
[C#] protected MulticastDelegate(Type, String);
[C++] protected: MulticastDelegate(Type*, String);
[JScript] protected function MulticastDelegate(Type, String);
MulticastDelegate Class | MulticastDelegate Members | System Namespace