Array.ICollection.IsSynchronized Property
.NET Framework 4
Gets a value that indicates whether access to the Array is synchronized (thread safe).
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if access to the Array is synchronized (thread safe); otherwise, false.
Implements
ICollection.IsSynchronized Caution |
|---|
This property is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the IsSynchronized property instead. |
This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an ICollection interface.
Caution