Gets a bool indicating whether access to the current instance is synchronized (thread-safe).
true if access to the current instance is synchronized (thread-safe); otherwise, false.
This property is read-only.
Operation
As described above.Usage
To synchronize a collection, use ICollection.SyncRoot to obtain a object with which to synchronize the collection.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0