Bridge

Object..::..IsPrototypeOf Method

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

Syntax


public virtual bool IsPrototypeOf(
	Object v
)
Public Overridable Function IsPrototypeOf ( _
	v As Object _
) As Boolean
public:
virtual bool^ IsPrototypeOf(
	Object^ v
)

Parameters

v
Type: System..::..Object