This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue> Constructor

Initializes a new instance of ReadOnlyDictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
ReadOnlyDictionary(
	IDictionary<TKey, TValue>^ dictionary
)

Parameters

dictionary
Type: System.Collections.Generic::IDictionary<TKey, TValue>

The IDictionary object from which to create a read-only instance.

Show: