BsonReader.ReadStartDocument Method (original) (raw)

BsonReaderReadStartDocument Method

Reads the start of a BSON document.

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

Syntax

C#

VB

F#

Copy

public abstract void ReadStartDocument()

Public MustOverride Sub ReadStartDocument

abstract ReadStartDocument : unit -> unit

Implements

IBsonReaderReadStartDocument

See Also

Reference

BsonReader Class

MongoDB.Bson.IO Namespace