IBitArray
Description
The IBitArray interface contains properties and methods that are used to work with a dynamic bit array.
Inheritance Hierarchy
IEnumerable
ICollection
IBitArray
Properties
|
Property name |
Brief description |
|
Item |
The Item property determines value of the array element. |
|
Length |
The Length property determines bit array size. |
Properties inherited from ICollection
|
Property name |
Brief description |
|
Count |
The Count property returns the number of array elements. |
Methods
|
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. |
Methods inherited from ICollection
|
Method name |
Brief description |
|
CopyTo |
The CopyTo method copies the collection into an array. |
See also:
Collections Assembly Interfaces