This topic has not yet been rated - Rate this topic

BitArray.ICollection.IsSynchronized Property

Gets a value that indicates whether access to the BitArray is synchronized (thread safe).

Namespace:  System.Collections
Assembly:  mscorlib (in mscorlib.dll)
bool ICollection.IsSynchronized { get; }

Property Value

Type: System.Boolean
true if access to the BitArray is synchronized (thread safe); otherwise, false.

Implements

ICollection.IsSynchronized
Caution noteCaution

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.

Portable Class Library

Supported in: Portable Class Library

.NET for Windows Store apps

Supported in: Windows 8
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.