SearchResultItemCollectiongetObject Method
Gets the result item at the specified index.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public virtual Object getObject(
int nIndex
)
public:
virtual Object^ getObject(
int nIndex
)
- nIndex Int32
- The zero-based index of the result item to get.
ObjectThe
SearchResultItem at the specified index.