[Android.Runtime.Register("clear", "()V", "GetClearHandler")] public virtual voidClear ()
Remarks
Clears all the bits in this BitSet. This method does not change the capacity.
Use clear if you want to reuse this BitSet with the same capacity, but
create a new BitSet if you're trying to potentially reclaim memory.