ChangeCollection<TChange>.GetEnumerator Method

Definition

Gets an enumerator that iterates through the elements of the collection.

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

Returns

IEnumerator<TChange>

An enumerator that iterates through the elements of the collection.

Implements

Applies to