Method WriteBit WriteBit(bool) Write a single bit to the buffer Declaration public void WriteBit(bool bit) Parameters Type Name Description bool bit Value of the bit. True represents 1, False represents 0