IDictionary.IsReadOnly Property
Gets a value indicating whether the IDictionary object is read-only.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual abstract bool IsReadOnly { get; }
Property Value
true if the IDictionary object is read-only; otherwise, false.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
IDictionary Interface
IDictionary Members
System.Collections Namespace