Method WriteInt32
WriteInt32(IBsonWriter, string, int)
Writes a BSON Int32 element to the writer.
Parameters
writer
IBsonWriter The writer.
name
stringThe name of the element.
value
intThe Int32 value.
Writes a BSON Int32 element to the writer.
writer
IBsonThe writer.
name
stringThe name of the element.
value
intThe Int32 value.