BitArray Constructor

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

Initializes a new instance of the BitArray class whose capacity and initial values can be specified.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BitArray(BitArray) Initializes a new instance of the BitArray class that contains bit values copied from the specified BitArray.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BitArray(array<Boolean[]) Initializes a new instance of the BitArray class that contains bit values copied from the specified array of Booleans.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BitArray(array<Byte[]) Initializes a new instance of the BitArray class that contains bit values copied from the specified array of bytes.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BitArray(Int32) Initializes a new instance of the BitArray class that can hold the specified number of bit values, which are initially set to false.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BitArray(array<Int32[]) Initializes a new instance of the BitArray class that contains bit values copied from the specified array of 32-bit integers.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BitArray(Int32, Boolean) Initializes a new instance of the BitArray class that can hold the specified number of bit values, which are initially set to the specified value.

Top