Method WriteInt32
WriteInt32(int)
Writes a 32-bit BSON integer to the stream.
public override void WriteInt32(int value)Parameters
- valueint
- The value. 
Writes a 32-bit BSON integer to the stream.
public override void WriteInt32(int value)value intThe value.