Method WriteBytes WriteBytes(void*, int) Writes the specified number of bytes and advances the current write position by that number of bytes. Declaration public void WriteBytes(void* data, int bytes) Parameters Type Name Description void* data The data to write. int bytes The number of bytes to write. Implements BinaryWriter.WriteBytes(void*, int)