1 reference to BitArrayEnumeratorSimple
System.Collections (1)
System\Collections\BitArray.cs (1)
1043
public IEnumerator GetEnumerator() => new
BitArrayEnumeratorSimple
(this);