Adds one of the other methods associated with this event.
[Visual Basic] Public Sub AddOtherMethod( _ ByVal mdBuilder As MethodBuilder _ ) [C#] public void AddOtherMethod( MethodBuilder mdBuilder ); [C++] public: void AddOtherMethod( MethodBuilder* mdBuilder ); [JScript] public function AddOtherMethod( mdBuilder : MethodBuilder );
EventBuilder Class | EventBuilder Members | System.Reflection.Emit Namespace