Mono Class Library: System.Collections Namespace

System.Collections.BitArray Class

The BItArray class implements a collection of Boolean values. There are several different constructors for initializing a new BitArray object. [Edit]

See Also: BitArray Members

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class BitArray : ICollection, ICloneable

Remarks

The BitArray implements an array of Boolean values as a collection. A BitArray can be resized by setting the BitArray.Length property. [Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0