OrderByCollection.GetEnumerator Method

Definition

Gets an enumerator that can be used to iterate through the collection.

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^, Microsoft::Exchange::WebServices::Data::SortDirection>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase,Microsoft.Exchange.WebServices.Data.SortDirection>> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of PropertyDefinitionBase, SortDirection))

Returns

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

Implements

Applies to