MethodDebugInformationHandleCollection.IEnumerable<MethodDebugInformationHandle>.GetEnumerator Метод

Определение

Возвращает перечислитель, выполняющий перебор элементов в коллекции.

 virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::MethodDebugInformationHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodDebugInformationHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::MethodDebugInformationHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle> IEnumerable<MethodDebugInformationHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodDebugInformationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodDebugInformationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle>
Function GetEnumerator () As IEnumerator(Of MethodDebugInformationHandle) Implements IEnumerable(Of MethodDebugInformationHandle).GetEnumerator

Возвращаемое значение

IEnumerator<MethodDebugInformationHandle>

Перечислитель, который можно использовать для итерации по коллекции.

Реализации

Применяется к