Mono Class Library: System.Collections.BitArray Overview | Members

System.Collections.BitArray.Length Property

Gets or Sets the number of elements contained in the current instance. Setting the Length causes the BitArray to be resized.

public int Length { set; get; }

Value

A int that specifies the number of elements contained in the current instance.

Remarks

BItArray.Length is the number of elements that are contained by the BitArray.

The BItArray.Length is equal to BitArray.Count.

Requirements

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