ReadOnlyDictionary(TKey, TValue) Constructor
Collapse the table of content
Expand the table of content

ReadOnlyDictionary(Of TKey, TValue) Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the ReadOnlyDictionary(Of TKey, TValue) class that is a wrapper around the specified dictionary.

Namespace:  System.Collections.ObjectModel
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Sub New ( _
	dictionary As IDictionary(Of TKey, TValue) _
)

Parameters

dictionary
Type: System.Collections.Generic.IDictionary(Of TKey, TValue)
The dictionary to wrap.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft