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.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.Generic.IDictionary(Of TKey, TValue)The dictionary wrapped by this object.
Show: