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