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( _ ByVal target As Object, _ ByVal method As String _ ) [C#] protected MulticastDelegate( object target, string method ); [C++] protected: MulticastDelegate( Object* target, String* method ); [JScript] protected function MulticastDelegate( target : Object, method : String );
This must match the constructor in Delegate.
MulticastDelegate Class | MulticastDelegate Members | System Namespace | MulticastDelegate Constructor Overload List