mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Collections.BitArray, including all inherited members.
And(BitArray value) | System.Collections.BitArray | |
BitArray(int length) | System.Collections.BitArray | |
BitArray(int length, bool defaultValue) | System.Collections.BitArray | |
BitArray(byte[] bytes) | System.Collections.BitArray | |
BitArray(bool[] values) | System.Collections.BitArray | |
BitArray(int[] values) | System.Collections.BitArray | |
BitArray(BitArray bits) | System.Collections.BitArray | |
Clone() | System.Collections.BitArray | |
CopyTo(Array array, int index) | System.Collections.BitArray | |
Count | System.Collections.BitArray | |
Get(int index) | System.Collections.BitArray | |
GetEnumerator() | System.Collections.BitArray | |
IsReadOnly | System.Collections.BitArray | |
IsSynchronized | System.Collections.BitArray | |
Length | System.Collections.BitArray | |
Not() | System.Collections.BitArray | |
Or(BitArray value) | System.Collections.BitArray | |
Set(int index, bool value) | System.Collections.BitArray | |
SetAll(bool value) | System.Collections.BitArray | |
SyncRoot | System.Collections.BitArray | |
this[int index] | System.Collections.BitArray | |
Xor(BitArray value) | System.Collections.BitArray |