FindItemsResults<TItem>.GetEnumerator Method

Definition

Returns an enumerator that enables you to iterate through the collection.

public:
 virtual System::Collections::Generic::IEnumerator<TItem> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TItem> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of TItem)

Returns

IEnumerator<TItem>

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

Implements

Applies to