Table of Contents

Property Position

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

Position

Gets the position. Not all writers are able to report the position. Those that can't simply return zero.

public virtual long Position { get; }

Property Value

long

The position.