ReadOnlyDictionary<TKey, TValue>::Dictionary Property

.NET Framework (current version)
 

Gets the dictionary that is wrapped by this ReadOnlyDictionary<TKey, TValue> object.

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

protected:
property IDictionary<TKey, TValue>^ Dictionary {
	IDictionary<TKey, TValue>^ get();
}

Property Value

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

The dictionary that is wrapped by this object.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: