BitArray Constructor (Boolean[])
[ 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 array of Booleans.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- values
- Type:
System.Boolean
[]
An array of Booleans to copy.
| Exception | Condition |
|---|---|
| ArgumentNullException | values is null. |
Show: