ComplexPropertyCollection<TComplexProperty>.GetEnumerator Method

Definition

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

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

Returns

IEnumerator<TComplexProperty>

An IEnumerator for the collection.

Implements

Applies to