ServiceCollection.IEnumerable.GetEnumerator Метод
Определение
Возвращает перечислитель, который осуществляет итерацию по коллекции.Returns an enumerator that iterates through a collection.
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
Возвращаемое значение
Объект IEnumerator, который используется для прохода по коллекции.An IEnumerator object that can be used to iterate through the collection.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр ServiceCollection приведен к типу интерфейса IEnumerable.It can be used only when the ServiceCollection instance is cast to an IEnumerable interface.