Table of Contents

Property this

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

this[int]

Gets or sets a value by position.

public override BsonValue this[int index] { get; set; }

Parameters

index int

The position.

Property Value

BsonValue

The value.