Table of Contents

Property this

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

this[int]

Gets an individual hit.

public GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit this[int index] { get; }

Parameters

index int

The zero based index of the hit.

Property Value

GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit

The hit.