Mono Class Library: System.Collections.ICollection Overview | MembersSystem.Collections.ICollection.IsSynchronized Property |
Gets a bool indicating whether access to the current instance is synchronized (thread-safe). [Edit]
|
true if access to the current instance is synchronized (thread-safe); otherwise, false. [Edit]
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. [Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0