Bridge

Object..::..Keys Method

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

Syntax


public static string[] Keys(
	Object obj
)
Public Shared Function Keys ( _
	obj As Object _
) As String()
public:
static array<String^>^ Keys(
	Object^ obj
)

Parameters

obj
Type: System..::..Object