Method WriteTimestamp
WriteTimestamp(long)
Writes a BSON timestamp to the writer.
public override void WriteTimestamp(long value)
Parameters
value
longThe combined timestamp/increment value.
Writes a BSON timestamp to the writer.
public override void WriteTimestamp(long value)
value
longThe combined timestamp/increment value.