Method GetEnumerator
| Edit this page View SourceGetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<SearchSuggestion> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SearchSuggestion> | An enumerator that can be used to iterate through the collection. |