Monday, July 19, 2004 3:53 AM
pgolde
System.Collections.BitArray
It seems slightly unfortunate that System.Collections.BitArray doesn't implement IList<bool>. I supposed the use cases don't overlap that much, but bool[] does implement IList<bool>, so shouldn't BitArray do so as well?