Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the Lucene.Net.Search.MultiPhraseQuery.termArrays collection.
Declaration
public IEnumerator<Term[]> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Term[]> | An enumerator that can be used to iterate through the Lucene.Net.Search.MultiPhraseQuery.termArrays collection. |