Method WriteInt64
WriteInt64(long)
Writes a BSON Int64 to the writer.
public virtual void WriteInt64(long value)Parameters
- valuelong
- The Int64 value. 
Writes a BSON Int64 to the writer.
public virtual void WriteInt64(long value)value longThe Int64 value.