SearchResultGetEnumerator Method |
Returns an enumerator that iterates through the collection of the documents found.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic IEnumerator<FoundDocument> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of FoundDocument)
public:
virtual IEnumerator<FoundDocument^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<FoundDocument>
override GetEnumerator : unit -> IEnumerator<FoundDocument>
Return Value
Type:
IEnumeratorFoundDocumentAn enumerator that can be used to iterate through the collection of the found documents.
Implements
IEnumerableTGetEnumerator
See Also