BitArray: Count (get)

Count

Gets the number of bits being represented in the array.



 Public Property Get Count ( ) As Long

Return Values

Long -  The number of bits represented.

Remarks

This returns the same value as Length, however, this property is read-only.

Read Only.

See Also

Project CorLib Overview

Class BitArray Overview