Collections > Collections Assembly Interfaces > IBitArray
The IBitArray interface contains properties and methods that are used to work with a dynamic bit array.
IBitArray
Property name | Brief description | |
![]() |
Item | The Item property determines value of the array element. |
![]() |
Length | The Length property determines bit array size. |
Property name | Brief description | |
![]() |
Count | The Count property returns the number of array elements. |
Method name | Brief description | |
![]() |
Clone | The Clone method creates a copy of the array. |
![]() |
SetAll | The SetAll method sets each bit of bit array to True. |
Method name | Brief description | |
![]() |
CopyTo | The CopyTo method copies the collection into an array. |
See also: