Method WriteInt64
WriteInt64(IBsonWriter, string, long)
Writes a BSON Int64 element to the writer.
public static void WriteInt64(this IBsonWriter writer, string name, long value)
Parameters
writer
IBsonWriterThe writer.
name
stringThe name of the element.
value
longThe Int64 value.