Returns an enumerator for the entire ERecSearchKeyList.

C# | Visual Basic | Visual C++ |
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator
public: virtual IEnumerator^ GetEnumerator ()

An IEnumerator for the entire ERecSearchKeyList

Enumerators only allow reading the data in the collection. Enumerators cannot
be used to modify the underlying collection.