IDictionary::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether the IDictionary object is read-only.
Assembly: mscorlib (in mscorlib.dll)
A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: