Method | Description | |
---|---|---|
ElasticBitArray ( int capacity ) : System | ||
ToBitArray ( ) : |
Copies to bit array to new BitArray object.
|
|
this ( int index ) : bool |
Gets or sets index-th bit in the array.
|
Method | Description | |
---|---|---|
SetFalse ( int index ) : void | ||
SetTrue ( int index ) : void |
public ElasticBitArray ( int capacity ) : System | ||
capacity | int | |
return | System |