Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BitArray Constructor

 

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

Namespace:   System.Collections
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodBitArray(BitArray^)

Initializes a new instance of the BitArray class that contains bit values copied from the specified BitArray.

System_CAPS_pubmethodBitArray(array<Boolean>^)

Initializes a new instance of the BitArray class that contains bit values copied from the specified array of Booleans.

System_CAPS_pubmethodBitArray(array<Byte>^)

Initializes a new instance of the BitArray class that contains bit values copied from the specified array of bytes.

System_CAPS_pubmethodBitArray(Int32)

Initializes a new instance of the BitArray class that can hold the specified number of bit values, which are initially set to false.

System_CAPS_pubmethodBitArray(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.

System_CAPS_pubmethodBitArray(array<Int32>^)

Initializes a new instance of the BitArray class that contains bit values copied from the specified array of 32-bit integers.

Return to top
Show:
© 2017 Microsoft