Initializes a new instance of the Delegate class.
Creates a Delegate to represent the specified target Object and the specified method.
[Visual Basic] Overloads Protected Sub New(Object, String)
[C#] protected Delegate(Object, String);
[C++] protected: Delegate(Object*, String);
[JScript] protected function Delegate(Object, String);
Creates a Delegate to represent the specified target Type and the specified method.
[Visual Basic] Overloads Protected Sub New(Type, String)
[C#] protected Delegate(Type, String);
[C++] protected: Delegate(Type*, String);
[JScript] protected function Delegate(Type, String);