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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- dictionary
- Type: System.Collections.Generic.IDictionary(Of TKey, TValue)
The dictionary to wrap.
Show: