Share via


ProductCollection.GetEnumerator Method

Definition

Returns an enumerator that can iterate through the ProductCollection

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An enumerator that can iterate through the ProductCollection

Implements

Applies to