Dictionary Property

ReadOnlyDictionary(Of TKey, TValue).Dictionary Property

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

Gets the dictionary wrapped by this ReadOnlyDictionary(Of TKey, TValue) object.

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

'Declaration
Protected ReadOnly Property Dictionary As IDictionary(Of TKey, TValue)

Property Value

Type: System.Collections.Generic.IDictionary(Of TKey, TValue)
The dictionary wrapped by this object.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft