MethodDebugInformationHandleCollection.IEnumerable<MethodDebugInformationHandle>.GetEnumerator Método

Definição

Retorna um enumerador que itera pela coleção.

 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

Retornos

IEnumerator<MethodDebugInformationHandle>

Um enumerador que pode ser usado para iterar pela coleção.

Implementações

Aplica-se a