Table of Contents

Method WriteInt32

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

WriteInt32(int)

Writes a 32-bit BSON integer to the stream.

public abstract void WriteInt32(int value)

Parameters

value int

The value.