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