Bridge

Delegate..::..Call Method (Object)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual Object Call(
	Object thisArg
)
Public Overridable Function Call ( _
	thisArg As Object _
) As Object
public:
virtual Object^ Call(
	Object^ thisArg
)

Parameters

thisArg
Type: System..::..Object