Bridge

Object..::..HasOwnProperty Method

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

Syntax


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

Parameters

v
Type: System..::..Object