Overload List
| Name | Description | |
|---|---|---|
| Clear(Int64) | clears a bit, allowing access beyond the current set size without changing the size. | |
| Clear(Int32, Int32) | Clears a range of bits. Clearing past the end does not change the size of the set.
| |
| Clear(Int64, Int64) | Clears a range of bits. Clearing past the end does not change the size of the set.
|