Show / Hide Table of Contents

Method GetEnumerator

| Edit this page View Source

GetEnumerator()

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.

Implements
IEnumerable<T>.GetEnumerator()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX