GetEnumerator

SearchResult.GetEnumerator method

Returns an enumerator that iterates through the collection of the documents found.

public IEnumerator<FoundDocument> GetEnumerator()

Return Value

An enumerator that can be used to iterate through the collection of the found documents.

See Also