Bridge

Object..::..PropertyIsEnumerable Method

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

Syntax


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

Parameters

v
Type: System..::..Object