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
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element. 
- valuelong
- The Int64 value.