Class GeoHaystackSearchResult.GeoHaystackSearchHits
Represents a collection of GeoHaystackSearch hits.
public abstract class GeoHaystackSearchResult.GeoHaystackSearchHits : IEnumerable
- Inheritance
-
GeoHaystackSearchResult.GeoHaystackSearchHits
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
- GeoHaystackSearchHits()
Initializes a new instance of the GeoHaystackSearchHits class.
Properties
- Count
Gets the count of the number of hits.
- this[int]
Gets an individual hit.
Methods
- GetEnumerator()
Gets an enumerator for the hits.
- GetEnumeratorImplementation()
Gets the enumerator.
- GetHitImplementation(int)
Gets an individual hit.