Method WriteInt32
WriteInt32(IBsonWriter, string, int)
Writes a BSON Int32 element to the writer.
public static void WriteInt32(this IBsonWriter writer, string name, int value)Parameters
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element. 
- valueint
- The Int32 value.