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

System.Collections.BitArray.Count Property

Gets the number of elements contained in the current instance.

public int Count { get; }

Value

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

Remarks

This property is read-only.

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

The BItArray.Count is equal to BitArray.Length.

Note: This property is implemented to support the ICollection interface.

Requirements

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