Пример #1
0
 public void Clear(int index)
 {
     BitUtility.ClearBit(
         Buffer.GetSpan <byte>(), index);
 }