SearchResultItemCollectionItem Property
Gets the search result at the specified index.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public SearchResultItem this[
int nIndex
] { get; }
public:
property SearchResultItem^ default[int nIndex] {
SearchResultItem^ get (int nIndex);
}
- nIndex Int32
- The zero-based index of the search result to return.
SearchResultItemThe
SearchResultItem at the specified index.