Table of Contents

Property this

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

this[int]

Gets the IndexInfo at the specified index.

public IndexInfo this[int index] { get; }

Parameters

index int

The zero-based index of the IndexInfo to get.

Property Value

IndexInfo

An IndexInfo.