System.Configuration.SafeBitVector32
struct SafeBitVector32
namespace System.Configuration
{
internal struct SafeBitVector32
{
internal bool this[int bit] { get; set; }
}
}