Gets or sets the capacity of BitArray.
[Visual Basic] Public Property Length As Integer [C#] public int Length {get; set;} [C++] public: __property int get_Length(); public: __property void set_Length(int); [JScript] public function get Length() : int; public function set Length(int);
The number of bit values that BitArray can contain.
BitArray Class | BitArray Members | System.Collections Namespace