Gets a value 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.
To guarantee the thread safety of the ArrayList, all operations must be done through the wrapper returned by the ArrayList.Synchronized(IList) method.
Note: This property is implemented to support the IList interface.Operation
As described above.The default value of this property is false.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0