Bridge

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

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

Syntax


public Dictionary(
	IDictionary<TKey, TValue> dictionary
)
Public Sub New ( _
	dictionary As IDictionary(Of TKey, TValue) _
)
public:
Dictionary(
	IDictionary<TKey, TValue>^ dictionary
)

Parameters

dictionary
Type: System.Collections.Generic..::..IDictionary<(Of <(<'TKey, TValue>)>)>