ByteBufferStream.ReadInt32 Method (original) (raw)

ByteBufferStreamReadInt32 Method

Reads a 32-bit BSON integer from the stream.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public override int ReadInt32()

Public Overrides Function ReadInt32 As Integer

abstract ReadInt32 : unit -> int override ReadInt32 : unit -> int

Return Value

Type: Int32
An int.

See Also

Reference

ByteBufferStream Class

MongoDB.Bson.IO Namespace