Table of Contents

Property this

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

this[int]

Gets an individual hit.

public GeoNearResult<TDocument>.GeoNearHit this[int index] { get; }

Parameters

index int

The zero based index of the hit.

Property Value

GeoNearResult<TDocument>.GeoNearHit

The hit.