BitArray Constructor (BitArray)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the BitArray class that contains bit values copied from the specified BitArray.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- bits
- Type: System.Collections.BitArray
The BitArray to copy.
| Exception | Condition |
|---|---|
| ArgumentNullException | bits is null. |
Show: