Method WriteInt32
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
WriteInt32(int)
Writes a BSON Int32 to the writer.
void WriteInt32(int value)
Parameters
value
int
The Int32 value.
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Writes a BSON Int32 to the writer.
void WriteInt32(int value)
value
int
The Int32 value.