Mono Class Library: System.Collections.Hashtable Overview | MembersSystem.Collections.Hashtable.IsSynchronized Property |
Implemented to support the ICollection interface. [Note: For more information, see ICollection.IsSynchronized.] [Edit]
|
true if access to the current instance is synchronized (thread-safe); otherwise, false. [Edit]
This property is read-only.
Note:This property is implemented to support the ICollection interface.
For more information regarding synchronization of access to a Hashtable , see Hashtable.Synchronized(Hashtable) .
Operation
As described above.The default value of this property is false.
Note to Inheritors
Override this property, setting it to true , if thread-safety can be guaranteed for the current instance. In order to obtain this safety, use Hashtable.SyncRoot or Hashtable.Synchronized(Hashtable) . [Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0