BitArray.ICollection.IsSynchronized Property
.NET Framework 4.5
Gets a value that indicates whether access to the BitArray is synchronized (thread safe).
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if access to the BitArray is synchronized (thread safe); otherwise, false.
Implements
ICollection.IsSynchronized Caution |
|---|
This member 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 BitArray instance is cast to an ICollection interface.
Caution