GroupedFindItemsResults<TItem>.GetEnumerator Method

Definition

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

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

Returns

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

Implements

Applies to