IDictionary.IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the IDictionary object is read-only.
Assembly: mscorlib (in mscorlib.dll)
The following code example demonstrates how to implement the IsReadOnly property. This code example is part of a larger example provided for the IDictionary class.
Show: