BitArray Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BitArray type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Count Gets the number of elements contained in the BitArray.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsReadOnly Gets a value indicating whether the BitArray is read-only.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsSynchronized Gets a value indicating whether access to the BitArray is synchronized (thread safe).
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Item Gets or sets the value of the bit at a specific position in the BitArray.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Length Gets or sets the number of elements in the BitArray.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 SyncRoot Gets an object that can be used to synchronize access to the BitArray.

Top