BitArray Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | And(BitArray^) | |
![]() | Clone() | Creates a shallow copy of the BitArray. |
![]() | CopyTo(Array^, Int32) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Get(Int32) | Gets the value of the bit at a specific position in the BitArray. |
![]() | GetEnumerator() | Returns an enumerator that iterates through the BitArray. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Not() | Inverts all the bit values in the current BitArray, so that elements set to true are changed to false, and elements set to false are changed to true. |
![]() | Or(BitArray^) | |
![]() | Set(Int32, Boolean) | Sets the bit at a specific position in the BitArray to the specified value. |
![]() | SetAll(Boolean) | Sets all bits in the BitArray to the specified value. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Xor(BitArray^) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
