Mono Class Library: Overview

System.Collections.BitArray: Method Members

The methods of System.Collections.BitArray are listed below. For a list of all members, see the BitArray Members list.

See Also: Inherited members from System.Object

Public Methods

And(BitArray) : BitArray
Performs a bitwise And on two BitArray instances.
Clone() : object
Returns a object that is a copy of the current instance.
CopyTo(Array, int)
Copies the elements from the current instance to the specified Array , starting at the specified index of the array.
Get(int) : bool
Get the specified element from the BitArray.
GetEnumerator() : IEnumerator
Returns an IEnumerator for the current instance.
Not() : BitArray
Negates all of the bits in a BitArray.
Or(BitArray) : BitArray
Performs a bitwise Or of two BitArray instances.
Set(int, bool)
Sets the specified element of the BitArray to the value specified.
SetAll(bool)
Sets all the elements of the BitArray to either true or false.
Xor(BitArray) : BitArray
Performs a bitwise Xor of two BitArray instances.