Method WriteInt32
WriteInt32(int)
Writes a BSON Int32 to the writer.
public override void WriteInt32(int value)Parameters
- valueint
- The Int32 value. 
Writes a BSON Int32 to the writer.
public override void WriteInt32(int value)value intThe Int32 value.