ProductBuilderCollection.GetEnumerator Метод
Определение
Возвращает перечислитель, который может выполнять итерацию по ProductBuilderCollection.Returns an enumerator that can iterate through the ProductBuilderCollection
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
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
Возвращаемое значение
Перечислитель, который может выполнять итерацию по ProductBuilderCollection.An enumerator that can iterate through the ProductBuilderCollection