Bridge

Dictionary<(Of <(<'TKey, TValue>)>)> Constructor (Object)

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

Syntax


public Dictionary(
	Object obj
)
Public Sub New ( _
	obj As Object _
)
public:
Dictionary(
	Object^ obj
)

Parameters

obj
Type: System..::..Object